Home
last modified time | relevance | path

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

/dports/audio/julius/julius-4.1.2/libjulius/src/
H A Ddfa_decode.c267 dfa_look_around(NEXTWORD *nword, NODE *hypo, RecogProcess *r) in dfa_look_around() function
H A Dsearch_bestfirst_main.c1880 if(!dfa_look_around(&fornoise, now, r)){ in wchmm_fbs()
1909 if(!dfa_look_around(nextword[w], now_noise, r)){ in wchmm_fbs()
1925 if(!dfa_look_around(nextword[w], now, r)){ in wchmm_fbs()
/dports/audio/julius/julius-4.1.2/libjulius/include/julius/
H A Dextern.h99 boolean dfa_look_around(NEXTWORD *nword, NODE *hypo, RecogProcess *r);