--- scripts/build-lm-qsub.sh.orig 2013-04-06 00:31:56.000000000 +0900
+++ scripts/build-lm-qsub.sh 2013-05-18 14:01:30.000000000 +0900
- echo "Set IRSTLM environment variable with path to irstlm"
#paths to scripts and commands in irstlm
gzip=`which gzip 2> /dev/null`;
gunzip=`which gunzip 2> /dev/null`;
--- scripts/build-lm.sh.orig 2012-10-02 16:25:08.000000000 +0900
+++ scripts/build-lm.sh 2013-05-18 14:01:30.000000000 +0900
- echo "Set IRSTLM environment variable with path to irstlm"
#paths to scripts and commands in irstlm
gzip=`which gzip 2> /dev/null`;
gunzip=`which gunzip 2> /dev/null`;
--- scripts/lm-stat.pl.orig 2012-10-02 16:25:08.000000000 +0900
+++ scripts/lm-stat.pl 2013-05-18 14:01:30.000000000 +0900
- print "Set environment variable IRSTLM with path to the irstlm directory\n";
-my $clm="$ENV{IRSTLM}/bin/compile-lm";
+my $clm="@libexec_dir@/compile-lm";
open (OUT,"$clm $lm --eval $txt --debug 1|");
--- scripts/split-ngt.sh.orig 2012-10-02 16:25:08.000000000 +0900
+++ scripts/split-ngt.sh 2013-05-18 14:01:30.000000000 +0900
#containing ngram statistics (of <order> length) in Google format
#These files are a partition of the whole set of ngrams