Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

拼音到汉字的解码 #14

Open
liubin3702 opened this issue Sep 14, 2020 · 1 comment
Open

拼音到汉字的解码 #14

liubin3702 opened this issue Sep 14, 2020 · 1 comment

Comments

@liubin3702
Copy link

作者您好:
如果我想在您代码基础上,使用WFST或者Beam-Search完成` 拼音汉字 的解码,我需要做些什么?
例如:首先我要获得每个输入拼音状态下对应字典中汉字的一个概率分布(示例中的score.txt中每个状态的batch=3,6,8,11是什么意思)
然后我还需要为代码提供哪些东西来完成拼音到汉字的解码呢?
望回复

@godjealous
Copy link
Collaborator

Firstly, you should have an acoustic model.
Actually, the Athena-Team project have already provide completed examples to build an ASR system: from building acoustic model to decode using or not using WFST tecology.
Please reference to Athena project in our Athena-Team project or just browse here : https://github.com/athena-team/athena#5-decoding-with-wfst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants