diff options
author | armatthews <armatthe@cmu.edu> | 2014-02-20 22:22:15 -0500 |
---|---|---|
committer | armatthews <armatthe@cmu.edu> | 2014-02-20 22:22:15 -0500 |
commit | fbdc905f6f201e2cc0dbee89ef81e36a53bb3c42 (patch) | |
tree | 0b1ccd0a64347bec4c63cb2e81c11e003d0f9e1a /corpus/support | |
parent | e84a9a146495ea3d42f555dac875ff9f74ad4c08 (diff) | |
parent | 639d57841510a230af6dead1c27777d45e07be6a (diff) |
Merge branch 'master' of https://github.com/redpony/cdec
Diffstat (limited to 'corpus/support')
-rwxr-xr-x | corpus/support/quote-norm.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/corpus/support/quote-norm.pl b/corpus/support/quote-norm.pl index bed0844e..1d9bb96f 100755 --- a/corpus/support/quote-norm.pl +++ b/corpus/support/quote-norm.pl @@ -109,6 +109,8 @@ while(<STDIN>) { 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; |