I am a very newbie, and would like to change the HelloWorld demo of sphinx4, I tried to open and modify the Gram file, by adding new words, but no thing changed.
Can I modify the GRAM file? Should I compile? how to compile the HelloWorld? which dictionary is the HelloWorld using and where it is?
HELP !
with Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having the same problem. I can compile the demo files but I need to change them so it recognizes the words I need to use. Can someone help on that?
Thank you to anyone that might be able to help. I started using Sphinx yesterday and if anyone can help me I'll be making huge progress on my application.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Greetings,
I am a very newbie, and would like to change the HelloWorld demo of sphinx4, I tried to open and modify the Gram file, by adding new words, but no thing changed.
Can I modify the GRAM file? Should I compile? how to compile the HelloWorld? which dictionary is the HelloWorld using and where it is?
HELP !
with Regards
> Can I modify the GRAM file?
Yes
> Should I compile?
Yes
> how to compile the HelloWorld?
As described in tutorial with ant.
> which dictionary is the HelloWorld using
according to config file it's cmudict-0.6
> and where it is?
In WSJ jar:
<property name="dictionaryPath"
value="resource:/edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model!/edu/cmu/sphinx/model/acoustic/WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz/dict/cmudict.0.6d"/>
I'm having the same problem. I can compile the demo files but I need to change them so it recognizes the words I need to use. Can someone help on that?
Thank you to anyone that might be able to help. I started using Sphinx yesterday and if anyone can help me I'll be making huge progress on my application.