A morphological analysis library in Rust. This project is forked from kuromoji-rs.
Lindera aims to build a library which is easy to install and provides concise APIs for various Rust applications.
Put the following in Cargo.toml:
[dependencies]
lindera = { version = "1.2.0", features = ["embedded-ipadic"] }MIT