mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
* Fix punctuation lemma rules, to resolve Issue #130
This commit is contained in:
parent
2d9e5bf566
commit
b6047afe4c
|
@ -30,8 +30,8 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"punct": [
|
"punct": [
|
||||||
["“", "``"],
|
["“", "\""],
|
||||||
["”", "''"],
|
["”", "\""],
|
||||||
["–", "--"]
|
["—", "--"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user