daanzu / kaldi-active-grammar

Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
GNU Affero General Public License v3.0
332 stars 49 forks source link

What is the vocab size in kaldi-active-grammar? #37

Closed bhrt-sharma closed 3 years ago

daanzu commented 3 years ago

The code can handle any (reasonable) size. My posted models come with a 168k+ vocab. But you can easily add any number of words using the user lexicon feature.

bhrt-sharma commented 3 years ago

Thanks for a speedy reply.💪