mirror of https://github.com/explosion/spaCy.git
Merge branch 'master' of ssh://github.com/explosion/spaCy into develop
This commit is contained in:
commit
74b921f394
|
@ -20,5 +20,6 @@ TAG_MAP = {
|
|||
"X": {POS: X},
|
||||
"CONJ": {POS: CONJ},
|
||||
"ADJ": {POS: ADJ},
|
||||
"VERB": {POS: VERB}
|
||||
"VERB": {POS: VERB},
|
||||
"PART": {POS: PART}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue