Lindera
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.
Documentation
[dependencies]
lindera = "5.0"Note: v5.0.0 is the next planned release and has not been published to crates.io yet; the current published version is
4.0.1. See the migration guide for details.
Pre-built dictionaries are available from GitHub Releases.
Download a dictionary archive (e.g. lindera-ipadic-*.zip) and specify the path when loading.
Python Bindings
Lindera also provides Python bindings. You can install it via pip:
pip install lindera-pythonFor more details, see the lindera-python directory.
WebAssembly Bindings
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.
License
MIT