Crates.io | nlcep |
lib.rs | nlcep |
version | 0.7.0 |
source | src |
created_at | 2024-12-07 22:53:45.836805 |
updated_at | 2024-12-09 23:14:17.47817 |
description | a library for parsing natural language calendar events |
homepage | |
repository | https://github.com/xypine/nlcep |
max_upload_size | |
id | 1475933 |
size | 83,675 |
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/.
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.