* 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
1 changed files with 2 additions and 2 deletions

View File

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