* Fix quote marks in lemma_rules

This commit is contained in:
Matthew Honnibal 2015-10-10 15:03:36 +11:00
parent 2153067958
commit c12d36d5f4
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
"punct": [
["“", "\""],
["”", "\""],
['\u2018', "'"],
['\u2019', "'"]
["\u2018", "'"],
["\u2019", "'"]
]
}