mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +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": "''"}],
|
||||||
|
|
||||||
"—": [{"F": "—", "L": "--", "P": ":"}],
|
"—": [{"F": "—", "L": "--", "pos": ":"}],
|
||||||
|
|
||||||
"Corp.": [{"F": "Corp."}],
|
"Corp.": [{"F": "Corp."}],
|
||||||
"Inc.": [{"F": "Inc."}],
|
"Inc.": [{"F": "Inc."}],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user