mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
commit
9d39e7853a
|
@ -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
Block a user