 Joseph S. Wisniewski
|
What is the least painful way to change sphinx parameters from an OpenEars using application? I want to be able to do things like setting -hmm, -rawlogdir, -fwdflat -bestpath, -tmat etc. right before starting a recognizer, not as compile-time options.
Right now, I’m torn between using argfiles (which is a bit tricky on an iOS system, since you need to write bundle paths for the -lm -fsg -mdef etc parameters, and adding a second commandArray that can be passed to listeningLoopWithLanguageModelAtPath
|
 Halle
|
Hi Joseph,
I would definitely do this by having a second commandArray.
|
 Joseph S. Wisniewski
|
Thanks.
I ended up implementing both. ;)
I’ve found it’s convenient to have a Sphinx arguments file accompanying each batch of raw speech files, so I can use that as a baseline in tuning.
|