summaryrefslogtreecommitdiff
path: root/preprocess_nolow
diff options
context:
space:
mode:
Diffstat (limited to 'preprocess_nolow')
-rwxr-xr-xpreprocess_nolow5
1 files changed, 5 insertions, 0 deletions
diff --git a/preprocess_nolow b/preprocess_nolow
new file mode 100755
index 0000000..fc466b6
--- /dev/null
+++ b/preprocess_nolow
@@ -0,0 +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
+