标签: python tensorflow speech-recognition language-model
如何在张量流语音识别架构中集成语言模型?
在Tensorflow中有很多用于构建字符级语音识别的例子(例如https://github.com/nervanasystems/neon,https://github.com/buriburisuri/speech-to-text-wavenet),这很有趣但实际上没用,除非集成了语言模型。我无法找到使用语言模型的示例。
如何整合语言模型?
答案 0 :(得分:2)
LM评分只是一个额外的重新校正步骤,只是使用语言模型进行拼写校正。它可以应用于任何系统输出。例如,Mozilla有total_seconds。
total_seconds