igo-rs 0.3.0

Pure Rust port of the Igo, a POS(Part-Of-Speech) tagger for Japanese (日本語 形態素解析).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod searcher;
mod keystream;
pub mod node;
pub mod builder;
mod allocator;
mod autoarray;
pub mod shrinktail;

pub use self::searcher::*;
pub use self::keystream::*;
pub use self::allocator::*;
pub use self::autoarray::*;