diff options
Diffstat (limited to 'preprocess_nolow')
-rwxr-xr-x | preprocess_nolow | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/preprocess_nolow b/preprocess_nolow deleted file mode 100755 index fc466b6..0000000 --- a/preprocess_nolow +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/zsh - -LANG=$1 -~/scripts/htmlentities 2>htmlentities.$LANG.err | ~/scripts/normalize-punctuation 2>normalize-punctuation.$LANG.err | ~/moses/scripts/tokenizer/tokenizer.perl -a -b -threads 1 -l $LANG 2>tokenizer.$LANG.err - |