jpreprocess-dictionary 0.15.0

Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language).
Documentation
1
2
3
4
5
#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod dictionary;
pub mod tokenizer;
pub mod word_data;