MontrealCorpusTools / Montreal-Forced-Aligner

Command line utility for forced alignment using Kaldi
https://montrealcorpustools.github.io/Montreal-Forced-Aligner/
MIT License
1.34k stars 247 forks source link

[BUG] G2P Export Issues #561

Closed NataliaShmueli closed 1 year ago

NataliaShmueli commented 1 year ago

Debugging checklist

[ x] Have you updated to latest MFA version? [ x] Have you tried rerunning the command with the --clean flag?

Describe the issue A clear and concise description of what the bug is. Updated MFA to 2.1.5, and for some reason, it won't export the list of words ran on the G2P claiming "FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Natalia\Desktop\Dictionaries\French\Output\MLFrenchOutput.txt'"

For Reproducing your issue Please fill out the following:

  1. Corpus structure
    • What language is the corpus in?
    • French
    • How many files/speakers?
    • N/A
    • Are you using lab files or TextGrid files for input?
    • N/A
  2. Dictionary
    • Are you using a dictionary from MFA? If so, which one?
    • Self-made
    • If it's a custom dictionary, what is the phoneset?
    • X-SAMPA
  3. Acoustic model
    • If you're using an acoustic model, is it one download through MFA? If so, which one?
    • N/A
    • If it's a model you've trained, what data was it trained on?
    • N/A

Log file Please attach the log file for the run that encountered an error (by default these will be stored in ~/Documents/MFA). MLFrenchOOVs.log

Desktop (please complete the following information):

Additional context Add any other context about the problem here. image

mmcauliffe commented 1 year ago

Yes, but like I said in #560, does the C:\Users\Natalia\Desktop\French\Output directory exist? If not, create it and it should work.

NataliaShmueli commented 1 year ago

Oh weird, it posted this twice, sorry! Testing now.