1 2 3 4 5
pub mod g2p; pub mod ipa_tokenizer; pub use g2p::EspeakG2P; pub use ipa_tokenizer::EspeakIpaTokenizer;