Lakhjeet Kaur
Lakhjeet Kaur
> I use my own lexicon and did MFA train my own dataset, after preprocess.py during training, the issue #13 was found, after add the missing symbols to pinyin.py, the...
> Maybe your lexicon generated by MFA contains some phones that are not included in the phone list in the `text/pinyin.py` file. > > ```python > finals = [ >...
yes you can do that for Indian language. You can use MFA to create your phonetic dictionary and TextGrids or if pre-trained dictionary for your language is not available you...
Use mfa or phonemizer to generate pronounciation dictionary .Then validate your corpus and check for OOV words using ( mfa validate ~/mfa_data/my_corpus ~/mfa_data/my_dictionary.txt ) this command. If the pretrained acoustic...
Use mfa or phonemizer to generate pronounciation dictionary .Then validate your corpus and check for OOV words using ( mfa validate ~/mfa_data/my_corpus ~/mfa_data/my_dictionary.txt ) this command. If the pretrained acoustic...