jpreprocess-njd 0.15.0

Japanese text preprocessor for Text-to-Speech application (OpenJTalk rewrite in rust language).
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! NJD modifiers migrated from OpenJTalk (src/njd_set*)
//!
//! Note: Long vowel estimator (`njd_set_long_vowel`) is not included here,
//! because it is deprecated and entirely commented out in OpenJTalk.

pub mod accent_phrase;
pub mod accent_type;
pub mod digit;
pub mod digit_sequence;
pub mod pronunciation;
pub mod unvoiced_vowel;