Fix English tag map

This commit is contained in:
Matthew Honnibal 2019-03-11 01:06:02 +01:00
parent 7503e1e505
commit 5d25ee52fb

View File

@ -36,7 +36,7 @@ TAG_MAP = {
"NNS": {POS: NOUN, "Number": "plur"},
"PDT": {POS: DET, "AdjType": "pdt", "PronType": "prn"},
"POS": {POS: PART, "Poss": "yes"},
"PRP": {POS: DET, "PronType": "prs"},
"PRP": {POS: PRON, "PronType": "prs"},
"PRP$": {POS: DET, "PronType": "prs", "Poss": "yes"},
"RB": {POS: ADV, "Degree": "pos"},
"RBR": {POS: ADV, "Degree": "comp"},