Registry / utility / natural

natural

JSON →
library0.5.0rscratesunverified

Pure rust library for natural language processing.

# Cargo.toml [dependencies] natural = "0.5.0"
INSTALL
IMPORT
SIG · NATURAL
N
natural
utilityrustv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Nlp
use natural::Nlp;

Tokenize a sentence using Natural.

use natural::Nlp; fn main() { let nlp = Nlp::new(); let tokens = nlp.tokenize("Hello world"); println!("{:?}", tokens); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
natural — cargo add natural · libregistry