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