8 releases (breaking)

0.8.0 Dec 26, 2024
0.7.0 Dec 9, 2024
0.6.0 Dec 8, 2024
0.5.0 Dec 8, 2024
0.1.1 Dec 7, 2024

#784 in Parser implementations

Download history 241/week @ 2024-12-03 176/week @ 2024-12-10 7/week @ 2024-12-17 171/week @ 2024-12-24 5/week @ 2025-01-07

189 downloads per month

AGPL-3.0-or-later

47KB
925 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.5–7.5MB
~123K SLoC