A-Hackers-AI-Voice-Assistant icon indicating copy to clipboard operation
A-Hackers-AI-Voice-Assistant copied to clipboard

Where to get the kenlm model from?

Open drdileepunni opened this issue 5 years ago • 2 comments

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.

drdileepunni avatar Dec 06 '20 10:12 drdileepunni

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

LearnedVector avatar Dec 12 '20 20:12 LearnedVector

how to train kenlm model from https://github.com/kpu/kenlm. same problem here.

LearnedVectorAi avatar Jun 14 '21 11:06 LearnedVectorAi