1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-18 08:01:58 +03:00

* Fix punctuation lemma rules, to resolve Issue

This commit is contained in:
Matthew Honnibal 2015-10-09 10:25:37 +02:00
parent 2d9e5bf566
commit b6047afe4c

View File

@ -30,8 +30,8 @@
],
"punct": [
["“", "``"],
["”", "''"],
["", "--"]
["“", "\""],
["”", "\""],
["", "--"]
]
}