From 9f0109076f1c95170cbe46e1708597bc6e0f9fd4 Mon Sep 17 00:00:00 2001
From: Chris Dyer <cdyer@allegro.clab.cs.cmu.edu>
Date: Sat, 23 Feb 2013 04:23:48 -0500
Subject: one missing quote type

---
 corpus/support/quote-norm.pl | 1 +
 1 file changed, 1 insertion(+)

(limited to 'corpus/support')

diff --git a/corpus/support/quote-norm.pl b/corpus/support/quote-norm.pl
index e4e5055e..d2980092 100755
--- a/corpus/support/quote-norm.pl
+++ b/corpus/support/quote-norm.pl
@@ -20,6 +20,7 @@ while(<STDIN>) {
   s/&\s*#45\s*;/--/g;
   s/�c/--/g;
   s/ ,,/ "/g;
+  s/„/"/g;
   s/``/"/g;
   s/''/"/g;
   s/[「」]/"/g;
-- 
cgit v1.2.3