Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp8888 string most_frequent_tag; unsigned most_frequent_tag_count = 0; in train() local
8890 if (tag.second.size() > most_frequent_tag_count) in train()
8891 most_frequent_tag.assign(tag.first), most_frequent_tag_count = tag.second.size(); in train()