Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp19807 string full_rule; in load() local
19808 data.next_str(full_rule); in load()
19809 reverse(full_rule.begin(), full_rule.end()); in load()
19921 for (auto&& full_rule : full_rules) { in train()
19923 …while (prefix_match < full_rule.first.size() && prefix_match < full_rule.second.words[0].size()) p… in train()
19925 …if (((unsigned char)full_rule.first[prefix_match]) < 0x80 || ((unsigned char)full_rule.first[prefi… in train()
19927 lc_words.assign(full_rule.second.words.begin(), full_rule.second.words.end()); in train()
19962 for (auto&& full_rule : full_rules) { in train()
19963 enc.add_str(full_rule.first); in train()
19964 enc.add_1B(full_rule.second.words.size()); in train()
[all …]