From 32523a40609d89268669925d5678f185a7729caa Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sat, 15 Feb 2014 23:22:02 -0500 Subject: fix for missing angle quote form --- corpus/support/quote-norm.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'corpus/support/quote-norm.pl') diff --git a/corpus/support/quote-norm.pl b/corpus/support/quote-norm.pl index f677df66..7bdcee67 100755 --- a/corpus/support/quote-norm.pl +++ b/corpus/support/quote-norm.pl @@ -93,6 +93,8 @@ while() { s/\x{ab}/\"/g; # opening guillemet s/\x{bb}/\"/g; # closing guillemet s/\x{0301}/'/g; # combining acute accent + s/\x{203a}/\"/g; # angle quotation mark + s/\x{2039}/\"/g; # angle quotation mark # Space inverted punctuation: s/¡/ ¡ /g; -- cgit v1.2.3