As far as I can tell, ps_seg_iter on the C API does not return an iterator after a keyword search. Is there an analogous iterator for keyword searches that yields the same information as ps_seg_iter?
Thanks in advance for any guidance.
Cheers, Scott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My bad. Indeed it does. Strangely cross compiling pocketsphinx_continuous in the Windows/Eclipse/Artik IDE and then running on the Artik platform yields slightly different behavior (as judged by the Update from/Update to parameters) than compiling and running pocketsphinx_continuous on the Artik ... just enough different that the all the keywords were recognized by native pocketsphinx_continous but were NOT recognized by the cross-compiled pocketsphinx_continuous. It's probably a gcc thing. For now, I'll just fiddle with the weights on the keywords.
Cheers, Scott
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As far as I can tell, ps_seg_iter on the C API does not return an iterator after a keyword search. Is there an analogous iterator for keyword searches that yields the same information as ps_seg_iter?
Thanks in advance for any guidance.
Cheers, Scott
It does
My bad. Indeed it does. Strangely cross compiling pocketsphinx_continuous in the Windows/Eclipse/Artik IDE and then running on the Artik platform yields slightly different behavior (as judged by the Update from/Update to parameters) than compiling and running pocketsphinx_continuous on the Artik ... just enough different that the all the keywords were recognized by native pocketsphinx_continous but were NOT recognized by the cross-compiled pocketsphinx_continuous. It's probably a gcc thing. For now, I'll just fiddle with the weights on the keywords.
Cheers, Scott