Home
last modified time | relevance | path

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

/dports/audio/sphinx3/sphinx3-0.8/python/
H A D_sphinx3module.c193 PyObject *hypstr_obj, *hypseg_obj; in sphinx3_get_hypothesis() local
205 hypstr_obj = PyString_FromString(hypstr); in sphinx3_get_hypothesis()
231 return Py_BuildValue("(OO)", hypstr_obj, hypseg_obj); in sphinx3_get_hypothesis()