Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用字典来提高pocketsphinx的准确性。我给出了一个单词列表,例如
apple ball bottle
很多时候我注意到它给了我这些词的组合结果
apple ball bottle ball etc
有没有办法解决这个问题?任何表示只输出其中一个词而不是组合的标志。
您可以使用这样的语法而不是语言模型
#JSGF V1.0; grammar test; public <result> = apple | ball | book;
更多细节见 cmusphinx 语言模型教程
http://cmusphinx.sourceforge.net/wiki/tutoriallm