Use multiple dictionaries for cmu sphinx

2019-09-16 08:00发布

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 :)

2条回答
我只想做你的唯一
2楼-- · 2019-09-16 08:34

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.

查看更多
姐就是有狂的资本
3楼-- · 2019-09-16 08:37

You have to combine dictionaries into single one.

查看更多
登录 后发表回答