7 releases (breaking)

new 0.7.0 Dec 9, 2024
0.6.0 Dec 8, 2024
0.5.0 Dec 8, 2024
0.4.0 Dec 8, 2024
0.1.1 Dec 7, 2024

#2102 in Parser implementations

Download history 22/week @ 2024-12-01 601/week @ 2024-12-08

623 downloads per month

AGPL-3.0-or-later

45KB
882 lines

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, 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.

Documentation for the (possibly still work-in-progress) main branch is also available at my github pages.

Dependencies

~5–7MB
~113K SLoC