natural 0.5.0

Pure rust library for natural language processing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "serde_support")]
extern crate serde;

extern crate rust_stemmers;

pub mod distance;
pub mod ngram;
pub mod tokenize;
pub mod phonetics;
pub mod classifier;
pub mod tf_idf;