Maybe I haven't learnt enough about Sphinx yet, but I'm trying to change the HelloWorld demo, so that it can use the HUB4 dictionary. I have altered the config.xml file to something similar to the tests/performance/hu4/hu4.config.xml file, but when I run HelloWorld, it prints out a long list of missing words.
Thank you for any help.
Jonathan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One of the Sphinx-4 users (Roger Tonz from the project, "GENUIN," GENeric multimodal User Interface, which is part of the European Cost278 Action - http://cost278.org) added an autopronunciation feature using the FreeTTS (freetts.sourceforge.net) letter-to-sound rules.
I would have liked to roll his code into Sphinx-4, but unfortunately my job has me in a position where I'm unable to dedicate much time to Sphinx-4 anymore (many :-('s).
In any case, it should be pretty straightforward to do, but I'm not sure about the best way to manage it (e.g., duplicate the FreeTTS code here? Check in a FreeTTS jar file?).
Will
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe I haven't learnt enough about Sphinx yet, but I'm trying to change the HelloWorld demo, so that it can use the HUB4 dictionary. I have altered the config.xml file to something similar to the tests/performance/hu4/hu4.config.xml file, but when I run HelloWorld, it prints out a long list of missing words.
Thank you for any help.
Jonathan
Hi Jonathan
That's just a warning... you can avoid that sphinx prints out these messages you can change the "logLevel" by adding <property name="logLevel" value="SEVERE"/> to your config.xml file. Have a look here: http://cmusphinx.sourceforge.net/sphinx4/javadoc/edu/cmu/sphinx/instrumentation/doc-files/Instrumentation.html
Markus
Thank you.
Won't this mean that Sphinx will not have those words to recognize ?
Jonathan
I think so...
This is the problem I have. I really want to fix this, rather than hide it.
Jonathan
Hi:
One of the Sphinx-4 users (Roger Tonz from the project, "GENUIN," GENeric multimodal User Interface, which is part of the European Cost278 Action - http://cost278.org) added an autopronunciation feature using the FreeTTS (freetts.sourceforge.net) letter-to-sound rules.
I would have liked to roll his code into Sphinx-4, but unfortunately my job has me in a position where I'm unable to dedicate much time to Sphinx-4 anymore (many :-('s).
In any case, it should be pretty straightforward to do, but I'm not sure about the best way to manage it (e.g., duplicate the FreeTTS code here? Check in a FreeTTS jar file?).
Will
Thank you. I'll look into this.