Home
last modified time | relevance | path

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

/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp21491 unsigned upostag_ok = 0, xpostag_ok = 0, feats_ok = 0, all_tags_ok = 0, lemma_ok = 0; in train_tagger_model() local
21498all_tags_ok |= int(sentence.words[i].upostag == w.upostag && sentence.words[i].xpostag == w.xposta… in train_tagger_model()
21506 all_tags += all_tags_ok; in train_tagger_model()