Hi, i´m wondering if theres a way to modify the .gram file of an appliccation based un the last result (supposing its just one word) when the program is running....¿?¿?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, i´m wondering if theres a way to modify the .gram file of an appliccation based un the last result (supposing its just one word) when the program is running....¿?¿?
Thanks
ok thanks!
Why not, once you finished the decoding of the utterance you can update the language model, pocketsphinx for example has function
ps_update_lmset
in API, sphinx3 has this as well.