* Fix punctuation lemma rules, to resolve Issue #130

This commit is contained in:
Matthew Honnibal 2015-10-09 10:25:37 +02:00
parent 2d9e5bf566
commit b6047afe4c
1 changed files with 3 additions and 3 deletions

View File

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