From 36e78054419ccf38fb3049e32120b5704de4ba85 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 11 Dec 2013 16:03:30 +0100 Subject: fix paths in preprocess --- preprocess | 2 +- preprocess_nolow | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100755 preprocess_nolow diff --git a/preprocess b/preprocess index 716255d..9273cfb 100755 --- a/preprocess +++ b/preprocess @@ -1,5 +1,5 @@ #!/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 | ~/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.perl -a -b -threads 1 -l $LANG 2>tokenizer.$LANG.err | /toolbox/moses/scripts/tokenizer/lowercase.perl 2>lowercase.$LANG.err 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 - -- cgit v1.2.3