MontrealCorpusTools / Montreal-Forced-Aligner

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

[BUG] mfa align --clean removes everything #789

Open dreamk73 opened 2 months ago

dreamk73 commented 2 months ago

When running mfa align . english_us_arpa english_us_arpa . I keep getting a message saying alignment already done, skipping. So I tried to run mfa align --clean instead but it deletes the pretrained english_us_arpa acoustic model and dictionary as well. If I copy a subset of the wav files that I want to align again to a different directory, it generates TextGrids for all the files in the previous directory and still doesn't update the alignment. What is the correct way to update some TextGrids to remove occurrences of spn labels?