# jpreprocess-dictionary-builder
The dictionary building library for [jpreprocess](https://crates.io/crates/jpreprocess),
Japanese text preprocessor for Text-to-Speech application.
This package contains dictionary builder for jpreprocess dictionary.
This project is a rewrite of [OpenJTalk](http://open-jtalk.sourceforge.net/) in Rust language.
## Usage
Put the following in Cargo.toml
```toml
[dependencies]
jpreprocess-dictionary-builder = "0.6.2"
```
## Copyrights
This software includes source code from:
- [Lindera](https://github.com/lindera-morphology/lindera).
Copyright (c) 2019 by the project authors
For details, please see [NOTICE.txt](https://github.com/jpreprocess/jpreprocess/blob/v0.2.0/crates/jpreprocess-dictionary-builder/NOTICE.txt).
## License
BSD-3-Clause
## API Reference
- [jpreprocess-dictionary-builder](https://docs.rs/jpreprocess-dictionary-builder)