mirror of https://github.com/explosion/spaCy.git
Fix English tag map
This commit is contained in:
parent
7503e1e505
commit
5d25ee52fb
|
@ -36,7 +36,7 @@ TAG_MAP = {
|
||||||
"NNS": {POS: NOUN, "Number": "plur"},
|
"NNS": {POS: NOUN, "Number": "plur"},
|
||||||
"PDT": {POS: DET, "AdjType": "pdt", "PronType": "prn"},
|
"PDT": {POS: DET, "AdjType": "pdt", "PronType": "prn"},
|
||||||
"POS": {POS: PART, "Poss": "yes"},
|
"POS": {POS: PART, "Poss": "yes"},
|
||||||
"PRP": {POS: DET, "PronType": "prs"},
|
"PRP": {POS: PRON, "PronType": "prs"},
|
||||||
"PRP$": {POS: DET, "PronType": "prs", "Poss": "yes"},
|
"PRP$": {POS: DET, "PronType": "prs", "Poss": "yes"},
|
||||||
"RB": {POS: ADV, "Degree": "pos"},
|
"RB": {POS: ADV, "Degree": "pos"},
|
||||||
"RBR": {POS: ADV, "Degree": "comp"},
|
"RBR": {POS: ADV, "Degree": "comp"},
|
||||||
|
|
Loading…
Reference in New Issue