Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp8000 class raw_morpho_dictionary_reader { class
8002 raw_morpho_dictionary_reader(istream& in) : in(in) {} in raw_morpho_dictionary_reader() function in ufal::udpipe::morphodita::raw_morpho_dictionary_reader
8166 raw_morpho_dictionary_reader raw(is); in load()
9036 bool raw_morpho_dictionary_reader::next_lemma(string& lemma, vector<pair<string, string>>& tagged_f… in next_lemma()