mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
* Fix pos tag in em-dash in specials
This commit is contained in:
parent
d341443282
commit
0e92e8574a
|
@ -134,7 +134,7 @@ hardcoded_specials = {
|
|||
|
||||
"''": [{"F": "''"}],
|
||||
|
||||
"—": [{"F": "—", "L": "--", "P": ":"}],
|
||||
"—": [{"F": "—", "L": "--", "pos": ":"}],
|
||||
|
||||
"Corp.": [{"F": "Corp."}],
|
||||
"Inc.": [{"F": "Inc."}],
|
||||
|
|
Loading…
Reference in New Issue
Block a user