Sorry, let me be a little more verbose…
I have been able to install KenLM by following the instructions here:
https://kheafield.com/code/kenlm/
But, I do not understand how to use this tool in conjunction with DeepSpeech to recognize from a restricted number of sentences:
For example:
- Hello, how are you?
- I am fine, how are you?
- I go shopping at the weekend.
- Have you ever been to Paris?
- I wouldn’t do that if I were you.
Ok. Let’s say these 5 sentences are my corpus.
Then how would I use KenLM in conjunction with DeepSpeech to recognize what the user says as more than likely being one of the sentences in this corpus?
I understand this is probably a newbie question…