xinjli / allosaurus

Allosaurus is a pretrained universal phone recognizer for more than 2000 languages
GNU General Public License v3.0
550 stars 86 forks source link

Incorrect command for downloading model #3

Closed ajd12342 closed 4 years ago

ajd12342 commented 4 years ago

A minor error: In the README, the command specified for downloading a model is python -m allosaurus.download <model> However, the following is what actually works: python -m allosaurus.download -m <model>

xinjli commented 4 years ago

Thanks for letting me knowing it! I fixed it in the latest commit.