Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp18116 class input_format_horizontal : public input_format { class
18132 bool input_format_horizontal::read_block(istream& is, string& block) const { in read_block()
18138 void input_format_horizontal::reset_document(string_piece id) { in reset_document()
18146 void input_format_horizontal::set_text(string_piece text, bool make_copy) { in set_text()
18154 bool input_format_horizontal::next_sentence(sentence& s, string& error) { in next_sentence()
18455 return new input_format_horizontal(); in new_horizontal_input_format()