yoin-0.0.1 doesn't have any documentation.
Yoin - A Japanese Morphological Analyzer
This is still under development...
yoin
is a Japanese morphological analyze engine written in pure Rust.
mecab-ipadic is embedded in yoin
.
)
Build & Install
yoin
is unavailable on crates.io, because dictionary data is too big...
CLI
&&
)
)
Library
yoin can be included in your Cargo project like this:
[]
= { = "https://github.com/agatan/yoin" }
and write your code like this:
extern crate yoin;
Usage - CLI
By default, yoin
reads lines from stdin, analyzes each line, and outputs results.
)
Or, reads from file.
)
)
LICENSE
This software in under the MIT License and contains the MeCab-ipadic model.
See LICENSE
and NOTICE.txt
for more details.