Use multiple dictionaries for cmu sphinx

不羁岁月 提交于 2019-12-24 21:33:20

问题


For my project the default dictionary provided by the Sphinx is not sufficient. I need to use another custom dictionary along with the provided dictionary.

Now my question is that is there any way of specifying multiple dictionary files to Sphinx or do I need to combine both the dictionaries into a single big dictionary file? Thanks in advance :)


回答1:


You have to combine dictionaries into single one.




回答2:


If you want multiple dictionaries with Sphinx, what I did was to make my program delete the previous dictionary and write another one to the same file path with the different words you want to use. This can be done back and forth as many times as you like to give the impression of multiple dictionaries.



来源:https://stackoverflow.com/questions/30142833/use-multiple-dictionaries-for-cmu-sphinx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!