Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp4789 enum { NEGATION_LEN = 0, TO_FOLLOW = 1, TOTAL = 2 }; enumerator
5242 if (found[NEGATION_LEN]) { in analyze()
5243 if (form_lc.len - prefix >= found[TO_FOLLOW]) negation_len = found[NEGATION_LEN]; in analyze()