1

How to install tensorflow with kenlm ?

Apparently while using tensorflows ctc beam search decoder there is no argument for kenlm. How can we integrate kenlm within that function ?

Appu
  • 83
  • 9

1 Answers1

0

This is not officially supported. However, there are external implementations of that. See e.g. Mozilla DeepSpeech, here. See also here for a related question. Also, RETURNN provides a TensorFlow wrapper for KenLM.

Albert
  • 65,406
  • 61
  • 242
  • 386