diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-02-23 04:23:48 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2013-02-23 04:23:48 -0500 |
commit | 9f0109076f1c95170cbe46e1708597bc6e0f9fd4 (patch) | |
tree | 12c3eaae689b46971d75df04f1c1cc9d3dcd6b5e /corpus/support/quote-norm.pl | |
parent | e5141a2f07035bcdefecaff54556367426b1898e (diff) |
one missing quote type
Diffstat (limited to 'corpus/support/quote-norm.pl')
-rwxr-xr-x | corpus/support/quote-norm.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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; |