summaryrefslogtreecommitdiff
path: root/preprocess
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2013-12-11 17:04:56 +0100
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2013-12-11 17:04:56 +0100
commit85952929c7f4451a65597b589deade7b6c63403a (patch)
treec4cc9697dc7f148f9c7c955efe7f9302ee9e51ee /preprocess
parent941da973ffd77b5b0accb64cb4ffe7f593dcd5f8 (diff)
fix
Diffstat (limited to 'preprocess')
-rwxr-xr-xpreprocess2
1 files changed, 1 insertions, 1 deletions
diff --git a/preprocess b/preprocess
index 14eb73a..bc6b5d2 100755
--- a/preprocess
+++ b/preprocess
@@ -1,5 +1,5 @@
#!/bin/zsh
LANG=$1
-/toolbox/scripts/htmlentities 2>htmlentities.$LANG.err | /toolbox/scripts/normalize_punctuation 2>normalize-punctuation.$LANG.err | /toolbox/moses/scripts/tokenizer/tokenizer.no-esc.perl -a -b -threads 1 -l $LANG 2>tokenizer.$LANG.err | /toolbox/moses/scripts/tokenizer/lowercase.perl 2>lowercase.$LANG.err
+/toolbox/scripts/htmlentities 2>htmlentities.$LANG.err | /toolbox/scripts/normalize_punctuation 2>normalize-punctuation.$LANG.err | /toolbox/moses/scripts/tokenizer/tokenizer.no-escape.perl -a -b -threads 1 -l $LANG 2>tokenizer.$LANG.err | /toolbox/moses/scripts/tokenizer/lowercase.perl 2>lowercase.$LANG.err