wenet-e2e / wenet

Production First and Production Ready End-to-End Speech Recognition Toolkit
https://wenet-e2e.github.io/wenet/
Apache License 2.0
4.14k stars 1.07k forks source link

How to use wfst decoding with python #1271

Closed cy6225800 closed 2 years ago

cy6225800 commented 2 years ago

您好,在python代码中我只看到了attention, ctc_greedy_search, ctc_prefix_beam_search, attention_rescoring解码的部分,没有使用wfst的代码,麻烦问下wenet是否支持基于python的wfst解码?感谢

Mddct commented 2 years ago

You can use runtime python binding with wfst https://github.com/wenet-e2e/wenet/blob/main/runtime/binding/python/README.md