* Lemmatize smart quotes as plain quotes

This commit is contained in:
Matthew Honnibal 2015-10-09 19:09:36 +11:00
parent 2d9e5bf566
commit 1842a53e73

View File

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