Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.h165 static output_format* new_plaintext_output_format(const std::string& options = std::string());
H A Dudpipe.cpp2753 static output_format* new_plaintext_output_format(const string& options = string());
18925 output_format* output_format::new_plaintext_output_format(const string& options) { in new_plaintext_output_format() function in ufal::udpipe::output_format
18952 …if (name.compare(0, name_len, "plaintext") == 0) return new_plaintext_output_format(name.substr(op… in new_output_format()
H A Dudpipe_python.cpp21606 result = (output_format *)output_format::new_plaintext_output_format((std::string const &)*arg1); in _wrap_OutputFormat_newPlaintextOutputFormat__SWIG_0()
21621 result = (output_format *)output_format::new_plaintext_output_format(); in _wrap_OutputFormat_newPlaintextOutputFormat__SWIG_1()