* Add smart-quotes to lemma rules

This commit is contained in:
Matthew Honnibal 2015-10-10 14:06:46 +11:00
parent 7e7f28e1fd
commit 57b3cd4661

View File

@ -31,6 +31,8 @@
"punct": [
["“", "\""],
["”", "\""]
["”", "\""],
['\u2018', "'"],
['\u2019', "'"]
]
}