Home
last modified time | relevance | path

Searched refs:hypstr (Results 1 – 6 of 6) sorted by relevance

/dports/audio/pocketsphinx/pocketsphinx-0.8/swig/
H A Dpocketsphinx.i18 char *hypstr; member
45 char *hypstr; member
66 Hypothesis(char const *hypstr, char const *uttid, int best_score) { in Hypothesis() argument
68 if (hypstr) in Hypothesis()
69 h->hypstr = ckd_salloc(hypstr); in Hypothesis()
77 ckd_free($self->hypstr); in ~Hypothesis()
/dports/audio/sphinx3/sphinx3-0.8/src/programs/
H A Dmain_livedecode.c195 char *hypstr; in process_thread() local
198 if (s3_decode_hypothesis(&decoder, NULL, &hypstr, NULL)) { in process_thread()
202 printf("Partial hypothesis:\n%s\n", hypstr); in process_thread()
221 char *hypstr; in main() local
283 if (s3_decode_hypothesis(&decoder, NULL, &hypstr, NULL)) { in main()
287 printf("Hypothesis:\n%s\n", hypstr); in main()
H A Dmain_livepretend.c103 char *hypstr;
142 s3_decode_hypothesis(&decoder, NULL, &hypstr, NULL))
144 E_INFO("PARTIAL_HYP: %s\n", hypstr);
H A Dmain_continuous.c93 char *hypstr;
144 if (s3_decode_hypothesis(&decoder, NULL, &hypstr, NULL) ==
147 E_INFO("PARTIAL_HYP: %s\n", hypstr);
/dports/audio/sphinx3/sphinx3-0.8/python/
H A D_sphinx3module.c195 char *hypstr, *uttid; in sphinx3_get_hypothesis() local
198 s3_decode_hypothesis(&decoder, &uttid, &hypstr, &hypsegs); in sphinx3_get_hypothesis()
205 hypstr_obj = PyString_FromString(hypstr); in sphinx3_get_hypothesis()
/dports/audio/py-speechrecognition/speech_recognition-3.8.1/speech_recognition/
H A D__init__.py805 if hypothesis is not None: return hypothesis.hypstr