mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-25 08:03:08 +03:00
Add missing SP symbol to tag map, re #1052
This commit is contained in:
parent
8b581fdac5
commit
8b9c4c5e1c
|
@ -22,5 +22,6 @@ TAG_MAP = {
|
|||
"CCONJ": {POS: CCONJ}, # U20
|
||||
"ADJ": {POS: ADJ},
|
||||
"VERB": {POS: VERB},
|
||||
"PART": {POS: PART}
|
||||
"PART": {POS: PART},
|
||||
'SP': {POS: SPACE}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user