Home
last modified time | relevance | path

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

/dports/audio/sphinx3/sphinx3-0.8/python/
H A D_sphinx3module.c196 int nhyps, i, allphone; in sphinx3_get_hypothesis() local
199 nhyps = 0; in sphinx3_get_hypothesis()
201 ++nhyps; in sphinx3_get_hypothesis()
206 hypseg_obj = PyTuple_New(nhyps); in sphinx3_get_hypothesis()
207 for (i = 0; i < nhyps; ++i) { in sphinx3_get_hypothesis()