Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp1961 size_t sentences_index = 0; member in ufal::udpipe::model_morphodita_parsito::joint_with_parsing_tokenizer
2407 sentences_index = 0; in reset_document()
2423 sentences_index = 0; in next_sentence()
2449 if (sentences_index < sentences.size()) { in next_sentence()
2450 s = sentences[sentences_index++]; in next_sentence()