Home
last modified time | relevance | path

Searched refs:get_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.h46 void get_spaces_before(std::string& spaces_before) const;
H A Dudpipe.cpp174 void get_spaces_before(string& spaces_before) const;
18858 tok.get_spaces_before(spaces); os << spaces; in write_sentence()
19173 void token::get_spaces_before(string& spaces_before) const { in get_spaces_before() function in ufal::udpipe::token
H A Dudpipe_python.cpp5799 self->get_spaces_before(spaces_before); in token_getSpacesBefore()