Issue with Tensorflow Kenlm

333 Views Asked by At

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 ?

1

There are 1 best solutions below

0
On

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.