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 ?
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 ?
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.