espnet2.text.phoneme_tokenizer.G2pk
Less than 1 minute
espnet2.text.phoneme_tokenizer.G2pk
class espnet2.text.phoneme_tokenizer.G2pk(descritive=False, group_vowels=False, to_syl=False, no_space=False, explicit_space=False, space_symbol='<space>')
Bases: object
On behalf of g2pk.G2p.
g2pk.G2p isn’t pickalable and it can’t be copied to the other processes via multiprocessing module. As a workaround, g2pk.G2p is instantiated upon calling this class.