espnet2.text.phoneme_tokenizer.IsG2p
Less than 1 minute
espnet2.text.phoneme_tokenizer.IsG2p
class espnet2.text.phoneme_tokenizer.IsG2p(dialect: str = 'standard', syllabify: bool = True, word_sep: str = ',', use_dict: bool = True)
Bases: object
Minimal wrapper for https://github.com/grammatek/ice-g2p
The g2p module uses a Bi-LSTM model along with a pronunciation dictionary to generate phonemization Unfortunately does not support multi-thread phonemization as of yet