# Lindera Dictionary
[](https://opensource.org/licenses/MIT) [](https://gitter.im/lindera-morphology/lindera?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
A morphological dictionary loader for [Lindera](https://github.com/lindera-morphology/lindera). This project fork from fulmicoton's [kuromoji-rs](https://github.com/fulmicoton/kuromoji-rs).
## Build
The following products are required to build:
- Rust >= 1.39.0
- make >= 3.81
```shell script
% cargo build --release
```
## API reference
The API reference is available. Please see following URL:
- <a href="https://docs.rs/lindera-dictionary" target="_blank">lindera-dictionary</a>