Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp8253 unsigned best_prev_from = 0, best_form_from = 0, best_len = 0; in encode() local
8258 … if (len > best_len) best_prev_from = prev_from, best_form_from = form_from, best_len = len; in encode()
8262 …enc.add_1B(REMOVE_START * (best_prev_from>0) + REMOVE_END * (best_prev_from+best_len<prev_form.siz… in encode()
8264 if (best_prev_from > 0) enc.add_1B(best_prev_from); in encode()
8265 …if (best_prev_from + best_len < prev_form.size()) enc.add_1B(prev_form.size() - best_prev_from - b… in encode()