espnet2.text.phoneme_tokenizer.G2p_en
Less than 1 minute
espnet2.text.phoneme_tokenizer.G2p_en
class espnet2.text.phoneme_tokenizer.G2p_en(no_space: bool = False)
Bases: object
On behalf of g2p_en.G2p.
g2p_en.G2p isn’t pickalable and it can’t be copied to the other processes via multiprocessing module. As a workaround, g2p_en.G2p is instantiated upon calling this class.