From 68acbb9a0c7967cb90a7e3756fc94fdd8a73d154 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 29 Jan 2014 19:14:08 +0100 Subject: make use of nlp_ruby, LICENSE --- preprocess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preprocess') diff --git a/preprocess b/preprocess index bc6b5d2..4bf782a 100755 --- a/preprocess +++ b/preprocess @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/bash LANG=$1 /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 -- cgit v1.2.3