It seams to be from older sphinx version, since the classes don't exist anymore.
Is it possible to implement similar apps in the version 4-5prealpha as well?
I couldn't find any possibility to use the JSGF tags for example, or find out which rule the recognizer uses in the result.
Thanks for your help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I found some demo code like that one:
https://www.assembla.com/code/sonido/subversion/nodes/3/sphinx4/src/apps/edu/cmu/sphinx/demo/jsapi/tags/FeatureValueDemo.java
It seams to be from older sphinx version, since the classes don't exist anymore.
Is it possible to implement similar apps in the version 4-5prealpha as well?
I couldn't find any possibility to use the JSGF tags for example, or find out which rule the recognizer uses in the result.
Thanks for your help
You can use regular expressions instead to parse the result string.