Function | wraps the Sphynx Java speech recognition library |
Distribution | SphynxModule-bin- |
Jar files | SphynxModule.jar |
Modules | sphynx |
Namespace | http://dassault-aviation.com/sphynx |
Provided services | http://dassault-aviation.com/sphynx:sentence |
Required services | http://dassault-aviation.com/sphynx:startTalk http://dassault-aviation.com/sphynx:endTalk |
Mandatory properties | acousticmodel languagemodel dictionary lang |
Optional properties | pushToTalk grammar |
<properties> <application name="sphynx" > <module name="sphynx" > <moduleProperty key="lang" value="en-us" /> </module> </application> </properties>
<properties> <application name="sphynx" > <module name="sphynx" > <moduleProperty key="acousticmodel" value="my/acousticmodel/" /> <moduleProperty key="languagemodel" value="my/languagemodel.bin" /> <moduleProperty key="dictionary" value="my/dictionnary.dict" /> </module> </application> </properties>
http://dassault-aviation.com/sphynx:startTalk
: This service is used to indicate the start of a sentencehttp://dassault-aviation.com/sphynx:endTalk
: This service is used to indicate the end of a sentencehttp://dassault-aviation.com/sphynx:sentence
: This service provides the last decoded sentencehttp://dassault-aviation.com/sphynx:sentence
as soon as he decoded a sentencehttp://dassault-aviation.com/sphynx:sentence
after it has been notified by a http://dassault-aviation.com/sphynx:endTalk
service, if he decoded somethingCopyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence