mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Add PART to tag map
16 of the 17 PoS tags in the UD tag set is added; PART is missing.
This commit is contained in:
parent
14295f9302
commit
f112e7754e
|
@ -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