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.
[dependencies]
lindera = { version = "2.0.0", features = ["embed-ipadic"] }Lindera also provides Python bindings. You can install it via pip:
pip install lindera-pythonFor more details, see the lindera-python directory.
Lindera also provides WebAssembly bindings. You can install it via npm:
npm install lindera-wasmFor more details and a demo application, see the lindera-wasm directory.
MIT