k2-fsa/icefall

Extending existing model with additional words

ChrystianKacki opened this issue · 1 comments

I trained a model using some big datasets.
The quality of recognition is very good, but unfortunately it still not recognizes some words.
I know that these words are not present in transcripts of audio data.
Is there a way to add additonal words manually ?
Can I simply put additional words to transcript_words.txt when building model ?
Or better, is it possible to reuse the existing model without rebuilding and use only hotwords ?
Or maybe there are other solutions not mentioned here ?