diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2014-01-20 00:11:27 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2014-01-20 00:11:27 -0500 |
commit | 1915f029aa02f3528dafcd7b80a62a9c890b462b (patch) | |
tree | ace3650fa8b1c30811ac21919b7be31af2567019 /corpus/tokenize-anything.sh | |
parent | 8377889316984b27eebb7c03e812478f878dc84c (diff) |
hindi edits
Diffstat (limited to 'corpus/tokenize-anything.sh')
-rwxr-xr-x | corpus/tokenize-anything.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/corpus/tokenize-anything.sh b/corpus/tokenize-anything.sh index 5b7933d8..bca954d1 100755 --- a/corpus/tokenize-anything.sh +++ b/corpus/tokenize-anything.sh @@ -14,6 +14,7 @@ fi $SUPPORT/utf8-normalize.sh $NORMARGS | $SUPPORT/quote-norm.pl | $SUPPORT/tokenizer.pl | + $SUPPORT/fix-eos.pl | sed $SEDFLAGS -e 's/ al - / al-/g' | $SUPPORT/fix-contract.pl | sed $SEDFLAGS -e 's/^ //' | sed $SEDFLAGS -e 's/ $//' | |