# Lindera IPADIC
[](https://opensource.org/licenses/MIT) [](https://gitter.im/lindera-morphology/lindera?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
IPADIC 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.46.0
```shell script
% cargo build --release
```
## Dictionary version
This repository contains [mecab-ipadic-2.7.0-20070801](https://osdn.net/projects/sfnet_mecab/downloads/mecab-ipadic/2.7.0-20070801/mecab-ipadic-2.7.0-20070801.tar.gz/).
## API reference
The API reference is available. Please see following URL:
- <a href="https://docs.rs/lindera-ipadic" target="_blank">lindera-ipadic</a>