jpreprocess-jpcommon 0.13.2

Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language).
Documentation
1
2
3
4
5
6
7
8
9
mod accent_phrase;
mod breath_group;
mod utterance;
mod word;

pub use accent_phrase::AccentPhrase;
pub use breath_group::BreathGroup;
pub use utterance::Utterance;
pub use word::Word;