A-Hackers-AI-Voice-Assistant
A-Hackers-AI-Voice-Assistant copied to clipboard
Where to get the kenlm model from?
I installed and built the kenlm using the github page directions. But there is no model file, it is a bunch of folders. Is the path_to_nlm the path to that folder? If not, how can I get the kenlm model file?
Thanks.
you'll have to train your own! https://github.com/kpu/kenlm. make sure you preprocess the kenlm training data same way you preprocess the speech recognition model data
how to train kenlm model from https://github.com/kpu/kenlm. same problem here.