diff options
author | Patrick Simianer <p@simianer.de> | 2015-01-07 19:13:09 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-01-07 19:13:09 +0100 |
commit | 77ca2f06c1f1ee9689138e1edf7d66e0214c231b (patch) | |
tree | 8d26f52513acff400d2388b2d7312a011c70b27a /preprocess | |
parent | cf0bf046e51a4a76315b8c964fabc8e641eb91fe (diff) |
fix
Diffstat (limited to 'preprocess')
-rwxr-xr-x | preprocess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ P=`pwd -P` popd > /dev/null LANG=$1 -$P/no_non_printables | sed "s|[-,\.]\{4,\}|...|g" | $P/htmlentities 2>htmlentities.$LANG.err | $P/normalize_punctuation 2>normalize-punctuation.$LANG.err | $P/tokenizer.no-escape.perl -a -b -threads 1 -l $LANG 2>tokenizer.$LANG.err | $P/lowercase.perl 2>lowercase.$LANG.err +$P/no_non_printables | sed "s|[-,\.]\{4,\}|...|g" | $P/htmlentities 2>htmlentities.$LANG.err | $P/normalize_punctuation 2>normalize-punctuation.$LANG.err | $P/tokenizer-no-escape.perl -a -b -threads 1 -l $LANG 2>tokenizer.$LANG.err | $P/lowercase.perl 2>lowercase.$LANG.err |