kensho-technologies / pyctcdecode

A fast and lightweight python-based CTC beam search decoder for speech recognition.
Apache License 2.0
416 stars 89 forks source link

What is multi-LM support feature? #59

Closed averkij closed 2 years ago

averkij commented 2 years ago

Hi, guys. Very nice tool, thank you!

Can you please give a bit more explanation about the multi-LM support feature?

gkucsko commented 2 years ago

should work pretty similar to passing a single LM. See here for an example in tests: https://github.com/kensho-technologies/pyctcdecode/blob/main/pyctcdecode/tests/test_decoder.py#L326 Hope that helps

averkij commented 2 years ago

Thanks, I'll try it. In which cases it can be useful in your opinion?