Closed dpny518 closed 6 years ago
take a look at https://github.com/gooofy/py-nltools/blob/master/nltools/phonetics.py here you will find converters between the differen phoneme alphabets we're using
I noticed that g2p produces a space between ' for example time t ' aI m what w ' V t you j ' u when it should be time t 'aI m what w 'V t you j 'u Use this to fix sed -i "s/' /'/g" generated_lexicon.txt
I used the G2P to generate pronunciation for OOV, but the symbols its generate are not in the original dictionary