date_time_parser 0.1.0

Rust NLP library for parsing English natural language into dates and times
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.chrono]
version = "0.4"

[dependencies.regex]
version = "1"

[package]
authors = ["Isaac Lee <isaacrlee@gmail.com>", "Alex Grimes <alexkgrimes@gmail.com>"]
description = "Rust NLP library for parsing English natural language into dates and times"
edition = "2018"
license = "MIT"
name = "date_time_parser"
repository = "https://github.com/isaacrlee/event-parser"
version = "0.1.0"