Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp8599 … unsigned suff_add_len = *rule++; const char* suff_add = (const char*)rule; rule += suff_add_len; in analyze() local
8612 if (suff_add_len) lemma.append(suff_add, suff_add_len); in analyze()