From b6047afe4ca23e48fef28c08c40e91a6bd9c61b6 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 9 Oct 2015 10:25:37 +0200 Subject: [PATCH] * Fix punctuation lemma rules, to resolve Issue #130 --- lang_data/en/lemma_rules.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang_data/en/lemma_rules.json b/lang_data/en/lemma_rules.json index 498240be1..5a431224d 100644 --- a/lang_data/en/lemma_rules.json +++ b/lang_data/en/lemma_rules.json @@ -30,8 +30,8 @@ ], "punct": [ - ["“", "``"], - ["”", "''"], - ["–", "--"] + ["“", "\""], + ["”", "\""], + ["—", "--"] ] }