Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.h47 void set_spaces_before(string_piece spaces_before);
H A Dudpipe.cpp175 void set_spaces_before(string_piece spaces_before);
19182 void token::set_spaces_before(string_piece spaces_before) { in set_spaces_before() function in ufal::udpipe::token
19638 tok.set_spaces_before(i == 0 ? saved_spaces : ""); in next_sentence()
H A Dudpipe_python.cpp5803 self->set_spaces_before(spaces_before); in token_setSpacesBefore()