kensho-technologies / pyctcdecode

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

Support for Language Models other than KenLM? #110

Open 21jun opened 1 year ago

21jun commented 1 year ago

I would like to inquire about the possibility of supporting other LMs besides KenLM. This topic was previously discussed in issue #86, and I am curious to know if there have been any updates or plans to support other LMs, such as Transformers.

If there are any hacks or implementations available, I would greatly appreciate it if you could share them with me. I believe that this feature would be of significant value in improving the accuracy of ASR.

Thank you for your attention.