mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 18:56:36 +03:00
Fix SP tag in generic tag map
This commit is contained in:
parent
8adeea3746
commit
6d2c1ef52c
|
@ -24,5 +24,5 @@ TAG_MAP = {
|
|||
"ADJ": {POS: ADJ},
|
||||
"VERB": {POS: VERB},
|
||||
"PART": {POS: PART},
|
||||
"SP": {POS: SPACE}
|
||||
"_SP": {POS: SPACE}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user