MontrealCorpusTools / Montreal-Forced-Aligner

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

Installing older versions of MFA #668

Closed echodroff closed 1 year ago

echodroff commented 1 year ago

Is your feature request related to a problem? Please describe. It might be useful for reproducibility to be able to access and install older instances of MFA. I've noticed that the way that punctuation is handled, for example, has sometimes changed. This probably also applies for some other default settings. I've also had some instances (that you're aware of) where an adapted acoustic model will no longer run on a newer version of MFA, at least not with some additional flags set.

Describe the solution you'd like A way to install a specific version of mfa from conda or from source. Maybe this is already possible, but just need the code/flag that lets me do it.

Describe alternatives you've considered NA

Additional context NA, just a huge thank you!

NataliaShmueli commented 1 year ago

You can, actually! If you wanted 2.2.7 for example you would simply conda create -n aligner227 -c conda-forge montreal-forced-aligner==2.2.7.

echodroff commented 1 year ago

Ah, thank you so much! That's perfect!