Skip to content

Commit

Permalink
Add UD_POS_MAP
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Dec 16, 2019
1 parent 06b5070 commit d284309
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions finntk/data/wordnet_pos.py
Expand Up @@ -14,3 +14,10 @@
"a": ["Adjective", "Number", "Numeral", "Participle", "Ordinal number"],
"r": ["Adverb"],
}

UD_POS_MAP = {
"v": ["VERB", "AUX"],
"n": ["NOUN", "PROPN", "SYM", "PRON"],
"a": ["ADJ", "NUM"],
"r": ["ADV", "ADP"],
}

0 comments on commit d284309

Please sign in to comment.