https://github.com/lindera/lindera
A multilingual morphological analysis library.
https://github.com/lindera/lindera
analyzer library morphological multilingual tokenizer
Last synced: 22 days ago
JSON representation
A multilingual morphological analysis library.
- Host: GitHub
- URL: https://github.com/lindera/lindera
- Owner: lindera
- License: mit
- Created: 2020-01-22T14:27:57.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T11:58:06.000Z (23 days ago)
- Last Synced: 2026-01-31T22:55:32.282Z (22 days ago)
- Topics: analyzer, library, morphological, multilingual, tokenizer
- Language: Rust
- Homepage:
- Size: 211 MB
- Stars: 587
- Watchers: 6
- Forks: 51
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Lindera
[](https://opensource.org/licenses/MIT) [](https://crates.io/crates/lindera)
A morphological analysis library in Rust. This project is forked from [kuromoji-rs](https://github.com/fulmicoton/kuromoji-rs).
Lindera aims to build a library which is easy to install and provides concise APIs for various Rust applications.
## Documentation
- [English Documentation](https://lindera.github.io/lindera/)
- [Japanese Documentation (日本語ドキュメント)](https://lindera.github.io/lindera/ja/)
```toml
[dependencies]
lindera = { version = "2.0.0", features = ["embed-ipadic"] }
```
## Python Bindings
Lindera also provides Python bindings. You can install it via pip:
```bash
pip install lindera-python
```
For more details, see the [lindera-python](lindera-python/) directory.
## WebAssembly Bindings
Lindera also provides WebAssembly bindings. You can install it via npm:
```bash
npm install lindera-wasm
```
For more details and a demo application, see the [lindera-wasm](lindera-wasm/) directory.
## License
MIT