Grapheme-to-Phoneme (G2P) models#

G2P models are used to generate pronunciations from orthographic spellings. The G2P models currently supported use Pynini weighted finite state transducers (wFST) to based off a training lexicon.

G2PModel(source[, root_directory])

Class for G2P models