Skip to content
Snippets Groups Projects
Commit ff0a41e5 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

tagger eval: add POS WC lower bound metric

parent e6ee20cc
Branches
No related merge requests found
......@@ -135,6 +135,7 @@ class Metric:
# as above but metric for POS hits
POS_WC = ([Feat.WEAK_POS_HIT], None)
POS_SC = ([Feat.STRONG_POS_HIT], None)
POS_WC_LOWER = ([Feat.WEAK_POS_HIT, Feat.SEG_NOCHANGE], None) # lower bound for POS WC
# separate stats for known and unknown forms
KN_WC = ([Feat.WEAK_TAG_HIT, Feat.KNOWN], [Feat.KNOWN])
UNK_WC = ([Feat.WEAK_TAG_HIT, Feat.UNKNOWN], [Feat.UNKNOWN])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment