# jpreprocess-window The utility library for [jpreprocess](https://crates.io/crates/jpreprocess), Japanese text preprocessor for Text-to-Speech application. This package implements mutable window. 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-window = "0.10.0" ``` ## License BSD-3-Clause ## API Reference - [jpreprocess-window](https://docs.rs/jpreprocess-window)