MontrealCorpusTools / mfa-models

Collection of pretrained models for the Montreal Forced Aligner
Creative Commons Attribution 4.0 International
103 stars 19 forks source link

Spanish MFA #21

Open jefflai108 opened 1 year ago

jefflai108 commented 1 year ago

hi,

Thanks for opensourcing the models! I am trying to use Spanish MFA on my dataset. The command i ran is: mfa validate my_data spanish_mfa.dict spanish_mfa.zip, where spanish_mfa.zip is downloaded from this link and spanish_mfa.dict is downloaded from this link.

However, i am getting the following error: PronunciationAcousticMismatchError: There were phones in the dictionary that do not have acoustic models: a, b, c, d̪, e, f, i, j, k, l, m, n, o, p, r, s, tʃ, t̪, u, w, x, ç, ð, ŋ, ɟ, ɟʝ, ɡ, ɣ, ɲ, ɾ, ʃ, ʎ, ʝ, β, and θ

I didn't have any problem running MFA for English before, so i think i may have did something wrong for Spanish.

Thanks in advance!