# NLCEP
## Natural Language Calendar Event Parser
### About
A library for parsing strings such as "John's birthday 18.11." or "Meeting about new duck quotas tomorrow 11:00 @ A769" into a machine readable format.
Copyright (C) 2024 Elias Eskelinen <elias.eskelinen@pm.me>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program (LICENSE.txt). If not, see <https://www.gnu.org/licenses/>.
### Usage & Examples
The library is available at [crates.io](https://crates.io/crates/nlcep), you can add it to your project as a dependency by running ```cargo add nlcep```.
You can read the documentation of the latest release on [docs.rs](https://docs.rs/nlcep/latest/nlcep/).
Documentation for the (possibly still work-in-progress) main branch is also available at my [github pages](https://xypine.github.io/nlcep/).