From akmalcuet00 at yahoo.com Thu Oct 8 08:28:36 2009 From: akmalcuet00 at yahoo.com (Md. Akmal Haidar) Date: Thu, 8 Oct 2009 08:28:36 -0700 (PDT) Subject: [SRILM User List] perplexity-discounting Message-ID: <536410.82617.qm@web38008.mail.mud.yahoo.com> Dear Srilm Users, I have a question for perplexity computation.. I create an interpolated language model which gives lower perplexity than general baseline language model. I used witten-bell discounting for both. But when i used kn discounting the baseline language models shows greater perplexity than the interpolated one. Can anybody tell me, why? Why not kn discounting also give lower perplexity...? Thanks & Regards Akmal -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.bakhshaei at yahoo.com Sat Oct 17 07:16:42 2009 From: s.bakhshaei at yahoo.com (Bakhshaei) Date: Sat, 17 Oct 2009 07:16:42 -0700 (PDT) Subject: [SRILM User List] can anyone help me install srilm please? Message-ID: <296147.38278.qm@web37004.mail.mud.yahoo.com> From: Bakhshaei Subject: can anyone help me install srilm please? To: srilm-user at speech.sri.com Date: Saturday, October 17, 2009, 5:26 PM Hello everybody I am installing srilm tool to run a Persian-English SMT, but i receive these errrors while try to "make World" make[1]: /sbin/machine-type: Command not found make[1]: Entering directory `/home/mahdiyeh/Desktop/Moses/srilm' for subdir in misc dstruct lm flm lattice utils; do \ ??? ??? (cd $subdir/src; make SRILM= MACHINE_TYPE= OPTION= MAKE_PIC= init) || exit 1; \ ??? done make[2]: Entering directory `/home/mahdiyeh/Desktop/Moses/srilm/misc/src' Makefile:24: /common/Makefile.common.variables: No such file or directory Makefile:139: /common/Makefile.common.targets: No such file or directory make[2]: *** No rule to make target `/common/Makefile.common.targets'.? Stop. make[2]: Leaving directory `/home/mahdiyeh/Desktop/Moses/srilm/misc/src' make[1]: *** [init] Error 1 make[1]: Leaving directory `/home/mahdiyeh/Desktop/Moses/srilm' make: *** [World] Error 2 what is the reason? Thanks, S.Bakhshaei -------------- next part -------------- An HTML attachment was scrubbed... URL: From stolcke at speech.sri.com Sat Oct 17 15:25:42 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Sat, 17 Oct 2009 15:25:42 -0700 Subject: [SRILM User List] can anyone help me install srilm please? In-Reply-To: <296147.38278.qm@web37004.mail.mud.yahoo.com> References: <296147.38278.qm@web37004.mail.mud.yahoo.com> Message-ID: <4ADA4466.7020409@speech.sri.com> You need to setenv SRILM=/path/to/srilm/root or equivalently, make SRILM=/path/to/srilm/root ... Andreas Bakhshaei wrote: > > From: Bakhshaei > Subject: can anyone help me install srilm please? > To: srilm-user at speech.sri.com > Date: Saturday, October 17, 2009, 5:26 PM > > Hello everybody > > I am installing srilm tool to run a Persian-English SMT, but i > receive these errrors while try to "make World" > > make[1]: /sbin/machine-type: Command not found > make[1]: Entering directory `/home/mahdiyeh/Desktop/Moses/srilm' > for subdir in misc dstruct lm flm lattice utils; do \ > (cd $subdir/src; make SRILM= MACHINE_TYPE= OPTION= > MAKE_PIC= init) || exit 1; \ > done > make[2]: Entering directory > `/home/mahdiyeh/Desktop/Moses/srilm/misc/src' > Makefile:24: /common/Makefile.common.variables: No such file or > directory > Makefile:139: /common/Makefile.common.targets: No such file or > directory > make[2]: *** No rule to make target > `/common/Makefile.common.targets'. Stop. > make[2]: Leaving directory > `/home/mahdiyeh/Desktop/Moses/srilm/misc/src' > make[1]: *** [init] Error 1 > make[1]: Leaving directory `/home/mahdiyeh/Desktop/Moses/srilm' > make: *** [World] Error 2 > > what is the reason? > > Thanks, > S.Bakhshaei > > > > ------------------------------------------------------------------------ > > _______________________________________________ > SRILM-User site list > SRILM-User at speech.sri.com > http://www.speech.sri.com/mailman/listinfo/srilm-user From stolcke at speech.sri.com Wed Nov 4 15:03:25 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Wed, 04 Nov 2009 15:03:25 -0800 Subject: [SRILM User List] Fwd: How to make a script in perl using srilm? In-Reply-To: <495c9ccd0911041444h30f52498o5336f5e1173b0b4d@mail.gmail.com> References: <495c9ccd0911041443k37c04a6ube218ade3f57d266@mail.gmail.com> <495c9ccd0911041444h30f52498o5336f5e1173b0b4d@mail.gmail.com> Message-ID: <4AF2083D.7010602@speech.sri.com> Please reply to Manuel directly. I don't know of a perl binding for SRILM, but SRILM does of course have an API. It's in C++, so it could be wrapped for use in C. Also, I know some people have worked with SWIG to interface to SRILM, and since SWIG supports Perl this might be the best way to go. BTW, a section of the web page http://www.speech.sri.com/projects/srilm/applications.html is devoted to language bindings. I will try to keep a list of proven approaches there. Andreas Manuel Alves wrote: > > > ---------- Forwarded message ---------- > From: *Manuel Alves* > > Date: Wed, Nov 4, 2009 at 10:43 PM > Subject: How to make a script in perl using srilm? > To: srilm-user at speech.sri.com > > > Hi people. > My name is Manuel Alves. > I am from Portugal (University of Minho) and i am working with SRILM > to make a translator using Perl. > Now i have questions: > > did SRILM has an API to use and work under? > ***************************************************** > how can i use the output of the ngram command to make a script in Perl > and that output? > > Best Regards, > Manuel Alves. > From jorg.tiedemann at lingfil.uu.se Thu Nov 5 10:30:14 2009 From: jorg.tiedemann at lingfil.uu.se (Joerg Tiedemann) Date: Thu, 05 Nov 2009 19:30:14 +0100 Subject: [SRILM User List] AdaptiveMix LM Message-ID: <4AF319B6.5080703@lingfil.uu.se> Hello, I was wondering if there is some information somewhere on how to use adaptive-mix LMs. Especially also on how to set parameters like the decay factor and how to control the cache (to decide when and what to add to the history - if this can be done on demand). My apologies if this has been mentioned/discussed already on this list. I couldn't find any search facilities for looking through the mailing list archives. Thanks in advance! cheers, Jorg From andyf at umich.edu Thu Nov 5 12:35:27 2009 From: andyf at umich.edu (Andrew Freeman) Date: Thu, 5 Nov 2009 12:35:27 -0800 Subject: [SRILM User List] building on windows In-Reply-To: <4AF2083D.7010602@speech.sri.com> References: <495c9ccd0911041443k37c04a6ube218ade3f57d266@mail.gmail.com> <495c9ccd0911041444h30f52498o5336f5e1173b0b4d@mail.gmail.com> <4AF2083D.7010602@speech.sri.com> Message-ID: <008501ca5e57$82c0f590$8842e0b0$@edu> I cannot seem to get srilm to build in a cygwin shell. I keep seeing the following error: $ make MACHINE_TYPE=cygwin process_begin: CreateProcess((null), /cygdrive/c/Users/Andyf/Documents/UWCompLing/thesis/MADA-2.3/srilm/sbin/mach ine-type, ...) failed. c:\Program Files (x86)\unix\usr\local\wbin\make.exe: *** windows32_openpipe (): unable to launch process (e=3) . Stop. Andyf at Andyf-PC /cygdrive/c/Users/Andyf/Documents/UWCompLing/thesis/MADA-2.3/srilm Andy Freeman (206)225-0386 From nshmyrev at yandex.ru Fri Nov 6 16:52:54 2009 From: nshmyrev at yandex.ru (Nickolay V. Shmyrev) Date: Sat, 07 Nov 2009 03:52:54 +0300 Subject: [SRILM User List] building on windows In-Reply-To: <008501ca5e57$82c0f590$8842e0b0$@edu> References: <495c9ccd0911041443k37c04a6ube218ade3f57d266@mail.gmail.com> <495c9ccd0911041444h30f52498o5336f5e1173b0b4d@mail.gmail.com> <4AF2083D.7010602@speech.sri.com> <008501ca5e57$82c0f590$8842e0b0$@edu> Message-ID: <1257555174.7860.1.camel@localhost.localdomain> ? ???, 05/11/2009 ? 12:35 -0800, Andrew Freeman ?????: > I cannot seem to get srilm to build in a cygwin shell. > I keep seeing the following error: > $ make MACHINE_TYPE=cygwin > process_begin: CreateProcess((null), > /cygdrive/c/Users/Andyf/Documents/UWCompLing/thesis/MADA-2.3/srilm/sbin/mach > ine-type, ...) failed. > c:\Program Files (x86)\unix\usr\local\wbin\make.exe: *** windows32_openpipe > (): unable to launch process (e=3) > . Stop. > > Andyf at Andyf-PC > /cygdrive/c/Users/Andyf/Documents/UWCompLing/thesis/MADA-2.3/srilm This file is csh script. Make sure you have csh installed in cygwin. It's a part of tcsh package. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: ??? ????? ????????? ????????? ???????? ???????? URL: From andyf at umich.edu Sat Nov 7 11:54:45 2009 From: andyf at umich.edu (Andrew Freeman) Date: Sat, 7 Nov 2009 11:54:45 -0800 Subject: [SRILM User List] building on windows In-Reply-To: <1257555174.7860.1.camel@localhost.localdomain> References: <495c9ccd0911041443k37c04a6ube218ade3f57d266@mail.gmail.com> <495c9ccd0911041444h30f52498o5336f5e1173b0b4d@mail.gmail.com> <4AF2083D.7010602@speech.sri.com> <008501ca5e57$82c0f590$8842e0b0$@edu> <1257555174.7860.1.camel@localhost.localdomain> Message-ID: <017401ca5fe4$2804b5e0$780e21a0$@edu> Thank you. That worked. Andy Freeman (206)225-0386 |-----Original Message----- |From: Nickolay V. Shmyrev [mailto:nshmyrev at yandex.ru] |Sent: Friday, November 06, 2009 4:53 PM |To: andyf at umich.edu |Cc: 'srilm-user' |Subject: Re: [SRILM User List] building on windows | |? ???, 05/11/2009 ? 12:35 -0800, Andrew Freeman ?????: |> I cannot seem to get srilm to build in a cygwin shell. |> I keep seeing the following error: |> $ make MACHINE_TYPE=cygwin |> process_begin: CreateProcess((null), |> /cygdrive/c/Users/Andyf/Documents/UWCompLing/thesis/MADA-2.3/srilm/sbin/mach |> ine-type, ...) failed. |> c:\Program Files (x86)\unix\usr\local\wbin\make.exe: *** windows32_openpipe |> (): unable to launch process (e=3) |> . Stop. |> |> Andyf at Andyf-PC |> /cygdrive/c/Users/Andyf/Documents/UWCompLing/thesis/MADA-2.3/srilm | |This file is csh script. Make sure you have csh installed in cygwin. |It's a part of tcsh package. From jdisalive at gmail.com Sun Nov 8 18:09:10 2009 From: jdisalive at gmail.com (Jayadev Jayaraman) Date: Sun, 8 Nov 2009 18:09:10 -0800 Subject: [SRILM User List] Unable to build SRILM with g++ 4.4.1 on Ubuntu 9.10 (i686) Message-ID: <8880f21a0911081809t14d791b3wb29818d67dc5d2e3@mail.gmail.com> Hello there I've been trying to install the SRILM toolkit on my Dell Inspiron 1525 (3 GB RAM, 250 GB SATA HD, Core2Duo T6400 2.1 GHz, 2 MB Cache ) running Ubuntu 9.10 (gcc ver. 4.4.1). Here are my platform and compiler specs (: Code: $ uname -a Linux jubuntu-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux $ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) My awk version: $ gawk --version GNU Awk 3.1.6 Copyright (C) 1989, 1991-2007 Free Software Foundation. ..... Make version: make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. I also have tcl 8.5.7 installed with the tcl.h file in the standard include directory /usr/local/include When running the makefile (after extracting the tarball to /home/jubuntu/srilm and changing the SRILM variable in the top-level makefile to /home/jubuntu/srilm), it gives me the following error: (this is a small snippet of the diagnostic output) Code: g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -D_FILE_OFFSET_BITS=64 -I. -I../../include -c -g -O3 -o ../obj/i686/NgramLM.o NgramLM.cc In file included from Ngram.h:14, from NgramLM.cc:36: /usr/include/stdio.h:754: error: declaration of C function ?int fseek(FILE*, __off64_t, int)? conflicts with /usr/include/stdio.h:722: error: previous declaration ?int fseek(FILE*, long int, int)? here /usr/include/stdio.h:757: error: declaration of C function ?__off64_t ftell(FILE*)? conflicts with /usr/include/stdio.h:727: error: previous declaration ?long int ftell(FILE*)? here make[2]: *** [../obj/i686/NgramLM.o] Error 1 make[2]: Leaving directory `/home/jubuntu/srilm/lm/src' make[1]: *** [release-libraries] Error 1 make[1]: Leaving directory `/home/jubuntu/srilm' make: *** [World] Error 2 It looks like the fseek() function definition is conflicting with the fseeko() function in stdio.h . (I don't know why it's happening. ) Can someone please help me get around this ? I need to build SRILM for use in a project of mine. Please help. (I'm ready to give as much of diagnostic information as needed).. Thanks, Jayadev J -------------- next part -------------- An HTML attachment was scrubbed... URL: From jdisalive at gmail.com Sun Nov 8 20:58:54 2009 From: jdisalive at gmail.com (Jayadev Jayaraman) Date: Sun, 8 Nov 2009 20:58:54 -0800 Subject: [SRILM User List] Unable to build SRILM with g++ 4.4.1 on Ubuntu 9.10 (i686) In-Reply-To: <8880f21a0911081809t14d791b3wb29818d67dc5d2e3@mail.gmail.com> References: <8880f21a0911081809t14d791b3wb29818d67dc5d2e3@mail.gmail.com> Message-ID: <8880f21a0911082058p25869abo6e0c156d7d471c2b@mail.gmail.com> Hello there, I fixed the problem (I had originally set MACHINE_TYPE to i686. I changed it to i686-gcc4. ) and managed to compile the whole thing. However I got 'DIFFERS' for every run of the test suite. I've attached the command-line diagnostic of my compilation as well as testing with this mail. Thanks, Jayadev J On Sun, Nov 8, 2009 at 6:09 PM, Jayadev Jayaraman wrote: > Hello there > > I've been trying to install the SRILM toolkit on my Dell Inspiron 1525 (3 > GB RAM, 250 GB SATA HD, Core2Duo T6400 2.1 GHz, 2 MB Cache ) running Ubuntu > 9.10 (gcc ver. 4.4.1). Here are my platform and compiler specs (: > > Code: > > $ uname -a > Linux jubuntu-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux > > $ gcc -v > Using built-in specs. > Target: i486-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu > Thread model: posix > gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) > > > My awk version: > > $ gawk --version > GNU Awk 3.1.6 > Copyright (C) 1989, 1991-2007 Free Software Foundation. > ..... > > Make version: > > make --version > GNU Make 3.81 > Copyright (C) 2006 Free Software Foundation, Inc. > > I also have tcl 8.5.7 installed with the tcl.h file in the standard include > directory /usr/local/include > > When running the makefile (after extracting the tarball to > /home/jubuntu/srilm and changing the SRILM variable in the top-level > makefile to /home/jubuntu/srilm), it gives me the following error: > > (this is a small snippet of the diagnostic output) > > Code: > > g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -D_FILE_OFFSET_BITS=64 -I. -I../../include -c -g -O3 -o ../obj/i686/NgramLM.o NgramLM.cc > In file included from Ngram.h:14, > from NgramLM.cc:36: > /usr/include/stdio.h:754: error: declaration of C function ?int fseek(FILE*, __off64_t, int)? conflicts with > /usr/include/stdio.h:722: error: previous declaration ?int fseek(FILE*, long int, int)? here > /usr/include/stdio.h:757: error: declaration of C function ?__off64_t ftell(FILE*)? conflicts with > /usr/include/stdio.h:727: error: previous declaration ?long int ftell(FILE*)? here > make[2]: *** [../obj/i686/NgramLM.o] Error 1 > make[2]: Leaving directory `/home/jubuntu/srilm/lm/src' > make[1]: *** [release-libraries] Error 1 > make[1]: Leaving directory `/home/jubuntu/srilm' > make: *** [World] Error 2 > > It looks like the fseek() function definition is conflicting with the > fseeko() function in stdio.h . (I don't know why it's happening. ) > > Can someone please help me get around this ? I need to build SRILM for use > in a project of mine. Please help. (I'm ready to give as much of diagnostic > information as needed).. > > > Thanks, > > Jayadev J > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- make mkdir include lib bin mkdir: cannot create directory `include': File exists mkdir: cannot create directory `lib': File exists mkdir: cannot create directory `bin': File exists make: [dirs] Error 1 (ignored) make init make[1]: Entering directory `/home/jubuntu/srilm' for subdir in misc dstruct lm flm lattice utils; do \ (cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= init) || exit 1; \ done make[2]: Entering directory `/home/jubuntu/srilm/misc/src' cd ..; /home/jubuntu/srilm/sbin/make-standard-directories make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP make[3]: Entering directory `/home/jubuntu/srilm/misc/src' mkdir ../obj/i686-gcc4/ touch ../obj/i686-gcc4/STAMP mkdir ../bin/i686-gcc4/ touch ../bin/i686-gcc4/STAMP make[3]: Leaving directory `/home/jubuntu/srilm/misc/src' make[2]: Leaving directory `/home/jubuntu/srilm/misc/src' make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src' cd ..; /home/jubuntu/srilm/sbin/make-standard-directories make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP make[3]: Entering directory `/home/jubuntu/srilm/dstruct/src' mkdir ../obj/i686-gcc4/ touch ../obj/i686-gcc4/STAMP mkdir ../bin/i686-gcc4/ touch ../bin/i686-gcc4/STAMP make[3]: Leaving directory `/home/jubuntu/srilm/dstruct/src' make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src' make[2]: Entering directory `/home/jubuntu/srilm/lm/src' cd ..; /home/jubuntu/srilm/sbin/make-standard-directories make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP make[3]: Entering directory `/home/jubuntu/srilm/lm/src' mkdir ../obj/i686-gcc4/ touch ../obj/i686-gcc4/STAMP mkdir ../bin/i686-gcc4/ touch ../bin/i686-gcc4/STAMP make[3]: Leaving directory `/home/jubuntu/srilm/lm/src' make[2]: Leaving directory `/home/jubuntu/srilm/lm/src' make[2]: Entering directory `/home/jubuntu/srilm/flm/src' cd ..; /home/jubuntu/srilm/sbin/make-standard-directories make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP make[3]: Entering directory `/home/jubuntu/srilm/flm/src' mkdir ../obj/i686-gcc4/ touch ../obj/i686-gcc4/STAMP mkdir ../bin/i686-gcc4/ touch ../bin/i686-gcc4/STAMP make[3]: Leaving directory `/home/jubuntu/srilm/flm/src' make[2]: Leaving directory `/home/jubuntu/srilm/flm/src' make[2]: Entering directory `/home/jubuntu/srilm/lattice/src' cd ..; /home/jubuntu/srilm/sbin/make-standard-directories make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP make[3]: Entering directory `/home/jubuntu/srilm/lattice/src' mkdir ../obj/i686-gcc4/ touch ../obj/i686-gcc4/STAMP mkdir ../bin/i686-gcc4/ touch ../bin/i686-gcc4/STAMP make[3]: Leaving directory `/home/jubuntu/srilm/lattice/src' make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src' make[2]: Entering directory `/home/jubuntu/srilm/utils/src' cd ..; /home/jubuntu/srilm/sbin/make-standard-directories make ../obj/i686-gcc4/STAMP ../bin/i686-gcc4/STAMP make[3]: Entering directory `/home/jubuntu/srilm/utils/src' mkdir ../obj/i686-gcc4/ touch ../obj/i686-gcc4/STAMP mkdir ../bin/i686-gcc4/ touch ../bin/i686-gcc4/STAMP make[3]: Leaving directory `/home/jubuntu/srilm/utils/src' make[2]: Leaving directory `/home/jubuntu/srilm/utils/src' make[1]: Leaving directory `/home/jubuntu/srilm' make release-headers make[1]: Entering directory `/home/jubuntu/srilm' for subdir in misc dstruct lm flm lattice utils; do \ (cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= release-headers) || exit 1; \ done make[2]: Entering directory `/home/jubuntu/srilm/misc/src' make[2]: Nothing to be done for `release-headers'. make[2]: Leaving directory `/home/jubuntu/srilm/misc/src' make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src' make[2]: Nothing to be done for `release-headers'. make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src' make[2]: Entering directory `/home/jubuntu/srilm/lm/src' make[2]: Nothing to be done for `release-headers'. make[2]: Leaving directory `/home/jubuntu/srilm/lm/src' make[2]: Entering directory `/home/jubuntu/srilm/flm/src' make[2]: Nothing to be done for `release-headers'. make[2]: Leaving directory `/home/jubuntu/srilm/flm/src' make[2]: Entering directory `/home/jubuntu/srilm/lattice/src' make[2]: Nothing to be done for `release-headers'. make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src' make[2]: Entering directory `/home/jubuntu/srilm/utils/src' make[2]: Nothing to be done for `release-headers'. make[2]: Leaving directory `/home/jubuntu/srilm/utils/src' make[1]: Leaving directory `/home/jubuntu/srilm' make depend make[1]: Entering directory `/home/jubuntu/srilm' for subdir in misc dstruct lm flm lattice utils; do \ (cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= depend) || exit 1; \ done make[2]: Entering directory `/home/jubuntu/srilm/misc/src' rm -f Dependencies.i686-gcc4 gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -MM ./option.c ./zio.c ./fcheck.c ./fake-rand48.c ./version.c ./ztest.c | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -MM ./Debug.cc ./File.cc ./tclmain.cc ./testFile.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 /home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" ztest testFile | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 make[2]: Leaving directory `/home/jubuntu/srilm/misc/src' make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src' rm -f Dependencies.i686-gcc4 gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -MM ./qsort.c | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -MM ./MemStats.cc ./LHashTrie.cc ./SArrayTrie.cc ./Array.cc ./IntervalHeap.cc ./Map.cc ./SArray.cc ./LHash.cc ./Map2.cc ./Trie.cc ./CachedMem.cc ./testArray.cc ./testMap.cc ./benchHash.cc ./testHash.cc ./testSizes.cc ./testCachedMem.cc ./testMap2.cc ./testTrie.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 /home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" testArray testMap benchHash testHash testSizes testCachedMem testMap2 testTrie | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src' make[2]: Entering directory `/home/jubuntu/srilm/lm/src' rm -f Dependencies.i686-gcc4 gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -MM ./matherr.c | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -MM ./Prob.cc ./Counts.cc ./XCount.cc ./Vocab.cc ./VocabMap.cc ./VocabMultiMap.cc ./VocabDistance.cc ./SubVocab.cc ./MultiwordVocab.cc ./TextStats.cc ./LM.cc ./LMClient.cc ./LMStats.cc ./RefList.cc ./Bleu.cc ./NBest.cc ./NBestSet.cc ./NgramLM.cc ./NgramStatsInt.cc ./NgramStatsShort.cc ./NgramStatsLong.cc ./NgramStatsLongLong.cc ./NgramStatsFloat.cc ./NgramStatsDouble.cc ./NgramStatsXCount.cc ./NgramCountLM.cc ./Discount.cc ./ClassNgram.cc ./SimpleClassNgram.cc ./DFNgram.cc ./SkipNgram.cc ./HiddenNgram.cc ./HiddenSNgram.cc ./VarNgram.cc ./DecipherNgram.cc ./TaggedVocab.cc ./TaggedNgram.cc ./TaggedNgramStats.cc ./StopNgram.cc ./StopNgramStats.cc ./MultiwordLM.cc ./BayesMix.cc ./LoglinearMix.cc ./AdaptiveMix.cc ./AdaptiveMarginals.cc ./CacheLM.cc ./DynamicLM.cc ./HMMofNgrams.cc ./WordAlign.cc ./WordLattice.cc ./WordMesh.cc ./simpleTrigram.cc ./NgramStats.cc ./Trellis.cc ./testBinaryCounts.cc ./testHash.cc ./testProb.cc ./testXCount.cc ./testParseFloat.cc ./testVocabDistance.cc ./testNgram.cc ./testNgramAlloc.cc ./testMultiReadLM.cc ./hoeffding.cc ./tolower.cc ./testLattice.cc ./testError.cc ./testNBest.cc ./testMix.cc ./testTaggedVocab.cc ./testVocab.cc ./ngram.cc ./ngram-count.cc ./ngram-merge.cc ./ngram-class.cc ./disambig.cc ./anti-ngram.cc ./nbest-lattice.cc ./nbest-mix.cc ./nbest-optimize.cc ./nbest-pron-score.cc ./segment.cc ./segment-nbest.cc ./hidden-ngram.cc ./multi-ngram.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 /home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" testBinaryCounts testHash testProb testXCount testParseFloat testVocabDistance testNgram testNgramAlloc testMultiReadLM hoeffding tolower testLattice testError testNBest testMix testTaggedVocab testVocab ngram ngram-count ngram-merge ngram-class disambig anti-ngram nbest-lattice nbest-mix nbest-optimize nbest-pron-score segment segment-nbest hidden-ngram multi-ngram | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 make[2]: Leaving directory `/home/jubuntu/srilm/lm/src' make[2]: Entering directory `/home/jubuntu/srilm/flm/src' rm -f Dependencies.i686-gcc4 g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -MM ./FDiscount.cc ./FNgramStats.cc ./FNgramStatsInt.cc ./FNgramSpecs.cc ./FNgramSpecsInt.cc ./FactoredVocab.cc ./FNgramLM.cc ./ProductVocab.cc ./ProductNgram.cc ./wmatrix.cc ./pngram.cc ./fngram-count.cc ./fngram.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 /home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" pngram fngram-count fngram | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 make[2]: Leaving directory `/home/jubuntu/srilm/flm/src' make[2]: Entering directory `/home/jubuntu/srilm/lattice/src' rm -f Dependencies.i686-gcc4 g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -MM ./Lattice.cc ./LatticeAlign.cc ./LatticeExpand.cc ./LatticeIndex.cc ./LatticeNBest.cc ./LatticeNgrams.cc ./LatticeReduce.cc ./HTKLattice.cc ./LatticeLM.cc ./LatticeDecode.cc ./testLattice.cc ./lattice-tool.cc | sed -e "s&^\([^ ]\)&../obj/i686-gcc4"'$(OBJ_OPTION)'"/\1&g" -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 /home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" testLattice lattice-tool | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src' make[2]: Entering directory `/home/jubuntu/srilm/utils/src' rm -f Dependencies.i686-gcc4 /home/jubuntu/srilm/sbin/generate-program-dependencies ../bin/i686-gcc4 ../obj/i686-gcc4 "" | sed -e "s&\.o&.o&g" >> Dependencies.i686-gcc4 make[2]: Leaving directory `/home/jubuntu/srilm/utils/src' make[1]: Leaving directory `/home/jubuntu/srilm' make release-libraries make[1]: Entering directory `/home/jubuntu/srilm' for subdir in misc dstruct lm flm lattice utils; do \ (cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= release-libraries) || exit 1; \ done make[2]: Entering directory `/home/jubuntu/srilm/misc/src' gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/option.o option.c gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/zio.o zio.c gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/fcheck.o fcheck.c gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/fake-rand48.o fake-rand48.c g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Debug.o Debug.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/File.o File.cc gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/version.o version.c g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/tclmain.o tclmain.cc ar ruv ../obj/i686-gcc4/libmisc.a ../obj/i686-gcc4/option.o ../obj/i686-gcc4/zio.o ../obj/i686-gcc4/fcheck.o ../obj/i686-gcc4/fake-rand48.o ../obj/i686-gcc4/Debug.o ../obj/i686-gcc4/File.o ../obj/i686-gcc4/version.o ../obj/i686-gcc4/tclmain.o ar: creating ../obj/i686-gcc4/libmisc.a a - ../obj/i686-gcc4/option.o a - ../obj/i686-gcc4/zio.o a - ../obj/i686-gcc4/fcheck.o a - ../obj/i686-gcc4/fake-rand48.o a - ../obj/i686-gcc4/Debug.o a - ../obj/i686-gcc4/File.o a - ../obj/i686-gcc4/version.o a - ../obj/i686-gcc4/tclmain.o : ../obj/i686-gcc4/libmisc.a 2>&1 | c++filt /home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/libmisc.a ../../lib/i686-gcc4 WARNING: creating directory ../../lib/i686-gcc4 touch -c ../../lib/i686-gcc4/libmisc.a; : ../../lib/i686-gcc4/libmisc.a 2>&1 | c++filt make[2]: Leaving directory `/home/jubuntu/srilm/misc/src' make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src' gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/qsort.o qsort.c g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/MemStats.o MemStats.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LHashTrie.o LHashTrie.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/SArrayTrie.o SArrayTrie.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Array.o Array.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/IntervalHeap.o IntervalHeap.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Map.o Map.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/SArray.o SArray.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LHash.o LHash.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Map2.o Map2.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Trie.o Trie.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/CachedMem.o CachedMem.cc ar ruv ../obj/i686-gcc4/libdstruct.a ../obj/i686-gcc4/qsort.o ../obj/i686-gcc4/MemStats.o ../obj/i686-gcc4/LHashTrie.o ../obj/i686-gcc4/SArrayTrie.o ../obj/i686-gcc4/Array.o ../obj/i686-gcc4/IntervalHeap.o ../obj/i686-gcc4/Map.o ../obj/i686-gcc4/SArray.o ../obj/i686-gcc4/LHash.o ../obj/i686-gcc4/Map2.o ../obj/i686-gcc4/Trie.o ../obj/i686-gcc4/CachedMem.o ar: creating ../obj/i686-gcc4/libdstruct.a a - ../obj/i686-gcc4/qsort.o a - ../obj/i686-gcc4/MemStats.o a - ../obj/i686-gcc4/LHashTrie.o a - ../obj/i686-gcc4/SArrayTrie.o a - ../obj/i686-gcc4/Array.o a - ../obj/i686-gcc4/IntervalHeap.o a - ../obj/i686-gcc4/Map.o a - ../obj/i686-gcc4/SArray.o a - ../obj/i686-gcc4/LHash.o a - ../obj/i686-gcc4/Map2.o a - ../obj/i686-gcc4/Trie.o a - ../obj/i686-gcc4/CachedMem.o : ../obj/i686-gcc4/libdstruct.a 2>&1 | c++filt /home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/libdstruct.a ../../lib/i686-gcc4 touch -c ../../lib/i686-gcc4/libdstruct.a; : ../../lib/i686-gcc4/libdstruct.a 2>&1 | c++filt make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src' make[2]: Entering directory `/home/jubuntu/srilm/lm/src' gcc -mtune=pentium3 -Wreturn-type -Wimplicit -Wimplicit-int -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/matherr.o matherr.c g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Prob.o Prob.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Counts.o Counts.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/XCount.o XCount.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Vocab.o Vocab.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/VocabMap.o VocabMap.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/VocabMultiMap.o VocabMultiMap.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/VocabDistance.o VocabDistance.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/SubVocab.o SubVocab.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/MultiwordVocab.o MultiwordVocab.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/TextStats.o TextStats.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LM.o LM.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LMClient.o LMClient.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LMStats.o LMStats.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/RefList.o RefList.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Bleu.o Bleu.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NBest.o NBest.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NBestSet.o NBestSet.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramLM.o NgramLM.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramStatsInt.o NgramStatsInt.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramStatsShort.o NgramStatsShort.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramStatsLong.o NgramStatsLong.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramStatsLongLong.o NgramStatsLongLong.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramStatsFloat.o NgramStatsFloat.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramStatsDouble.o NgramStatsDouble.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramStatsXCount.o NgramStatsXCount.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramCountLM.o NgramCountLM.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Discount.o Discount.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/ClassNgram.o ClassNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/SimpleClassNgram.o SimpleClassNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/DFNgram.o DFNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/SkipNgram.o SkipNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/HiddenNgram.o HiddenNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/HiddenSNgram.o HiddenSNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/VarNgram.o VarNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/DecipherNgram.o DecipherNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/TaggedVocab.o TaggedVocab.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/TaggedNgram.o TaggedNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/TaggedNgramStats.o TaggedNgramStats.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/StopNgram.o StopNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/StopNgramStats.o StopNgramStats.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/MultiwordLM.o MultiwordLM.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/BayesMix.o BayesMix.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LoglinearMix.o LoglinearMix.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/AdaptiveMix.o AdaptiveMix.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/AdaptiveMarginals.o AdaptiveMarginals.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/CacheLM.o CacheLM.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/DynamicLM.o DynamicLM.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/HMMofNgrams.o HMMofNgrams.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/WordAlign.o WordAlign.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/WordLattice.o WordLattice.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/WordMesh.o WordMesh.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/simpleTrigram.o simpleTrigram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/NgramStats.o NgramStats.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Trellis.o Trellis.cc ar ruv ../obj/i686-gcc4/liboolm.a ../obj/i686-gcc4/matherr.o ../obj/i686-gcc4/Prob.o ../obj/i686-gcc4/Counts.o ../obj/i686-gcc4/XCount.o ../obj/i686-gcc4/Vocab.o ../obj/i686-gcc4/VocabMap.o ../obj/i686-gcc4/VocabMultiMap.o ../obj/i686-gcc4/VocabDistance.o ../obj/i686-gcc4/SubVocab.o ../obj/i686-gcc4/MultiwordVocab.o ../obj/i686-gcc4/TextStats.o ../obj/i686-gcc4/LM.o ../obj/i686-gcc4/LMClient.o ../obj/i686-gcc4/LMStats.o ../obj/i686-gcc4/RefList.o ../obj/i686-gcc4/Bleu.o ../obj/i686-gcc4/NBest.o ../obj/i686-gcc4/NBestSet.o ../obj/i686-gcc4/NgramLM.o ../obj/i686-gcc4/NgramStatsInt.o ../obj/i686-gcc4/NgramStatsShort.o ../obj/i686-gcc4/NgramStatsLong.o ../obj/i686-gcc4/NgramStatsLongLong.o ../obj/i686-gcc4/NgramStatsFloat.o ../obj/i686-gcc4/NgramStatsDouble.o ../obj/i686-gcc4/NgramStatsXCount.o ../obj/i686-gcc4/NgramCountLM.o ../obj/i686-gcc4/Discount.o ../obj/i686-gcc4/ClassNgram.o ../obj/i686-gcc4/SimpleClassNgram.o ../obj/i686-gcc4/DFNgram.o ../obj/i686-gcc4/SkipNgram.o ../obj/i686-gcc4/HiddenNgram.o ../obj/i686-gcc4/HiddenSNgram.o ../obj/i686-gcc4/VarNgram.o ../obj/i686-gcc4/DecipherNgram.o ../obj/i686-gcc4/TaggedVocab.o ../obj/i686-gcc4/TaggedNgram.o ../obj/i686-gcc4/TaggedNgramStats.o ../obj/i686-gcc4/StopNgram.o ../obj/i686-gcc4/StopNgramStats.o ../obj/i686-gcc4/MultiwordLM.o ../obj/i686-gcc4/BayesMix.o ../obj/i686-gcc4/LoglinearMix.o ../obj/i686-gcc4/AdaptiveMix.o ../obj/i686-gcc4/AdaptiveMarginals.o ../obj/i686-gcc4/CacheLM.o ../obj/i686-gcc4/DynamicLM.o ../obj/i686-gcc4/HMMofNgrams.o ../obj/i686-gcc4/WordAlign.o ../obj/i686-gcc4/WordLattice.o ../obj/i686-gcc4/WordMesh.o ../obj/i686-gcc4/simpleTrigram.o ../obj/i686-gcc4/NgramStats.o ../obj/i686-gcc4/Trellis.o 2>&1 | c++filt ar: creating ../obj/i686-gcc4/liboolm.a a - ../obj/i686-gcc4/matherr.o a - ../obj/i686-gcc4/Prob.o a - ../obj/i686-gcc4/Counts.o a - ../obj/i686-gcc4/XCount.o a - ../obj/i686-gcc4/Vocab.o a - ../obj/i686-gcc4/VocabMap.o a - ../obj/i686-gcc4/VocabMultiMap.o a - ../obj/i686-gcc4/VocabDistance.o a - ../obj/i686-gcc4/SubVocab.o a - ../obj/i686-gcc4/MultiwordVocab.o a - ../obj/i686-gcc4/TextStats.o a - ../obj/i686-gcc4/LM.o a - ../obj/i686-gcc4/LMClient.o a - ../obj/i686-gcc4/LMStats.o a - ../obj/i686-gcc4/RefList.o a - ../obj/i686-gcc4/Bleu.o a - ../obj/i686-gcc4/NBest.o a - ../obj/i686-gcc4/NBestSet.o a - ../obj/i686-gcc4/NgramLM.o a - ../obj/i686-gcc4/NgramStatsInt.o a - ../obj/i686-gcc4/NgramStatsShort.o a - ../obj/i686-gcc4/NgramStatsLong.o a - ../obj/i686-gcc4/NgramStatsLongLong.o a - ../obj/i686-gcc4/NgramStatsFloat.o a - ../obj/i686-gcc4/NgramStatsDouble.o a - ../obj/i686-gcc4/NgramStatsXCount.o a - ../obj/i686-gcc4/NgramCountLM.o a - ../obj/i686-gcc4/Discount.o a - ../obj/i686-gcc4/ClassNgram.o a - ../obj/i686-gcc4/SimpleClassNgram.o a - ../obj/i686-gcc4/DFNgram.o a - ../obj/i686-gcc4/SkipNgram.o a - ../obj/i686-gcc4/HiddenNgram.o a - ../obj/i686-gcc4/HiddenSNgram.o a - ../obj/i686-gcc4/VarNgram.o a - ../obj/i686-gcc4/DecipherNgram.o a - ../obj/i686-gcc4/TaggedVocab.o a - ../obj/i686-gcc4/TaggedNgram.o a - ../obj/i686-gcc4/TaggedNgramStats.o a - ../obj/i686-gcc4/StopNgram.o a - ../obj/i686-gcc4/StopNgramStats.o a - ../obj/i686-gcc4/MultiwordLM.o a - ../obj/i686-gcc4/BayesMix.o a - ../obj/i686-gcc4/LoglinearMix.o a - ../obj/i686-gcc4/AdaptiveMix.o a - ../obj/i686-gcc4/AdaptiveMarginals.o a - ../obj/i686-gcc4/CacheLM.o a - ../obj/i686-gcc4/DynamicLM.o a - ../obj/i686-gcc4/HMMofNgrams.o a - ../obj/i686-gcc4/WordAlign.o a - ../obj/i686-gcc4/WordLattice.o a - ../obj/i686-gcc4/WordMesh.o a - ../obj/i686-gcc4/simpleTrigram.o a - ../obj/i686-gcc4/NgramStats.o a - ../obj/i686-gcc4/Trellis.o : ../obj/i686-gcc4/liboolm.a 2>&1 | c++filt /home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/liboolm.a ../../lib/i686-gcc4 touch -c ../../lib/i686-gcc4/liboolm.a; : ../../lib/i686-gcc4/liboolm.a 2>&1 | c++filt make[2]: Leaving directory `/home/jubuntu/srilm/lm/src' make[2]: Entering directory `/home/jubuntu/srilm/flm/src' g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/FDiscount.o FDiscount.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/FNgramStats.o FNgramStats.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/FNgramStatsInt.o FNgramStatsInt.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/FNgramSpecs.o FNgramSpecs.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/FNgramSpecsInt.o FNgramSpecsInt.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/FactoredVocab.o FactoredVocab.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/FNgramLM.o FNgramLM.cc FNgramLM.cc: In member function ?virtual Boolean FNgram::computeBOWs(unsigned int, unsigned int)?: FNgramLM.cc:2054: warning: format ?%X? expects type ?unsigned int?, but argument 3 has type ?FNgram::BOnode*? FNgramLM.cc:2054: warning: format ?%X? expects type ?unsigned int?, but argument 6 has type ?VocabIndex*? g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/ProductVocab.o ProductVocab.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/ProductNgram.o ProductNgram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/wmatrix.o wmatrix.cc ar ruv ../obj/i686-gcc4/libflm.a ../obj/i686-gcc4/FDiscount.o ../obj/i686-gcc4/FNgramStats.o ../obj/i686-gcc4/FNgramStatsInt.o ../obj/i686-gcc4/FNgramSpecs.o ../obj/i686-gcc4/FNgramSpecsInt.o ../obj/i686-gcc4/FactoredVocab.o ../obj/i686-gcc4/FNgramLM.o ../obj/i686-gcc4/ProductVocab.o ../obj/i686-gcc4/ProductNgram.o ../obj/i686-gcc4/wmatrix.o 2>&1 | c++filt ar: creating ../obj/i686-gcc4/libflm.a a - ../obj/i686-gcc4/FDiscount.o a - ../obj/i686-gcc4/FNgramStats.o a - ../obj/i686-gcc4/FNgramStatsInt.o a - ../obj/i686-gcc4/FNgramSpecs.o a - ../obj/i686-gcc4/FNgramSpecsInt.o a - ../obj/i686-gcc4/FactoredVocab.o a - ../obj/i686-gcc4/FNgramLM.o a - ../obj/i686-gcc4/ProductVocab.o a - ../obj/i686-gcc4/ProductNgram.o a - ../obj/i686-gcc4/wmatrix.o : ../obj/i686-gcc4/libflm.a 2>&1 | c++filt /home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/libflm.a ../../lib/i686-gcc4 touch -c ../../lib/i686-gcc4/libflm.a; : ../../lib/i686-gcc4/libflm.a 2>&1 | c++filt make[2]: Leaving directory `/home/jubuntu/srilm/flm/src' make[2]: Entering directory `/home/jubuntu/srilm/lattice/src' g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/Lattice.o Lattice.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LatticeAlign.o LatticeAlign.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LatticeExpand.o LatticeExpand.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LatticeIndex.o LatticeIndex.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LatticeNBest.o LatticeNBest.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LatticeNgrams.o LatticeNgrams.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LatticeReduce.o LatticeReduce.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/HTKLattice.o HTKLattice.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LatticeLM.o LatticeLM.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/LatticeDecode.o LatticeDecode.cc ar ruv ../obj/i686-gcc4/liblattice.a ../obj/i686-gcc4/Lattice.o ../obj/i686-gcc4/LatticeAlign.o ../obj/i686-gcc4/LatticeExpand.o ../obj/i686-gcc4/LatticeIndex.o ../obj/i686-gcc4/LatticeNBest.o ../obj/i686-gcc4/LatticeNgrams.o ../obj/i686-gcc4/LatticeReduce.o ../obj/i686-gcc4/HTKLattice.o ../obj/i686-gcc4/LatticeLM.o ../obj/i686-gcc4/LatticeDecode.o 2>&1 | c++filt ar: creating ../obj/i686-gcc4/liblattice.a a - ../obj/i686-gcc4/Lattice.o a - ../obj/i686-gcc4/LatticeAlign.o a - ../obj/i686-gcc4/LatticeExpand.o a - ../obj/i686-gcc4/LatticeIndex.o a - ../obj/i686-gcc4/LatticeNBest.o a - ../obj/i686-gcc4/LatticeNgrams.o a - ../obj/i686-gcc4/LatticeReduce.o a - ../obj/i686-gcc4/HTKLattice.o a - ../obj/i686-gcc4/LatticeLM.o a - ../obj/i686-gcc4/LatticeDecode.o : ../obj/i686-gcc4/liblattice.a 2>&1 | c++filt /home/jubuntu/srilm/sbin/decipher-install 0644 ../obj/i686-gcc4/liblattice.a ../../lib/i686-gcc4 touch -c ../../lib/i686-gcc4/liblattice.a; : ../../lib/i686-gcc4/liblattice.a 2>&1 | c++filt make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src' make[2]: Entering directory `/home/jubuntu/srilm/utils/src' make[2]: Nothing to be done for `release-libraries'. make[2]: Leaving directory `/home/jubuntu/srilm/utils/src' make[1]: Leaving directory `/home/jubuntu/srilm' make release-programs make[1]: Entering directory `/home/jubuntu/srilm' for subdir in misc dstruct lm flm lattice utils; do \ (cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= release-programs) || exit 1; \ done make[2]: Entering directory `/home/jubuntu/srilm/misc/src' make[2]: Nothing to be done for `release-programs'. make[2]: Leaving directory `/home/jubuntu/srilm/misc/src' make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src' make[2]: Nothing to be done for `release-programs'. make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src' make[2]: Entering directory `/home/jubuntu/srilm/lm/src' g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/ngram.o ngram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/ngram ../obj/i686-gcc4/ngram.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ngram ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/ngram) does not exist. ERROR: File to be installed (../bin/i686-gcc4/ngram) is not a plain file. WARNING: creating directory ../../bin/i686-gcc4 Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/ngram directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/ngram] Error 1 (ignored) touch -c ../../bin/i686-gcc4/ngram g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/ngram-count.o ngram-count.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/ngram-count ../obj/i686-gcc4/ngram-count.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ngram-count ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/ngram-count) does not exist. ERROR: File to be installed (../bin/i686-gcc4/ngram-count) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/ngram-count directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/ngram-count] Error 1 (ignored) touch -c ../../bin/i686-gcc4/ngram-count g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/ngram-merge.o ngram-merge.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/ngram-merge ../obj/i686-gcc4/ngram-merge.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ngram-merge ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/ngram-merge) does not exist. ERROR: File to be installed (../bin/i686-gcc4/ngram-merge) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/ngram-merge directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/ngram-merge] Error 1 (ignored) touch -c ../../bin/i686-gcc4/ngram-merge g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/ngram-class.o ngram-class.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/ngram-class ../obj/i686-gcc4/ngram-class.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ngram-class ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/ngram-class) does not exist. ERROR: File to be installed (../bin/i686-gcc4/ngram-class) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/ngram-class directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/ngram-class] Error 1 (ignored) touch -c ../../bin/i686-gcc4/ngram-class g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/disambig.o disambig.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/disambig ../obj/i686-gcc4/disambig.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/disambig ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/disambig) does not exist. ERROR: File to be installed (../bin/i686-gcc4/disambig) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/disambig directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/disambig] Error 1 (ignored) touch -c ../../bin/i686-gcc4/disambig g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/anti-ngram.o anti-ngram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/anti-ngram ../obj/i686-gcc4/anti-ngram.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/anti-ngram ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/anti-ngram) does not exist. ERROR: File to be installed (../bin/i686-gcc4/anti-ngram) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/anti-ngram directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/anti-ngram] Error 1 (ignored) touch -c ../../bin/i686-gcc4/anti-ngram g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/nbest-lattice.o nbest-lattice.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/nbest-lattice ../obj/i686-gcc4/nbest-lattice.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-lattice ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/nbest-lattice) does not exist. ERROR: File to be installed (../bin/i686-gcc4/nbest-lattice) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/nbest-lattice directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/nbest-lattice] Error 1 (ignored) touch -c ../../bin/i686-gcc4/nbest-lattice g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/nbest-mix.o nbest-mix.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/nbest-mix ../obj/i686-gcc4/nbest-mix.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-mix ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/nbest-mix) does not exist. ERROR: File to be installed (../bin/i686-gcc4/nbest-mix) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/nbest-mix directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/nbest-mix] Error 1 (ignored) touch -c ../../bin/i686-gcc4/nbest-mix g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/nbest-optimize.o nbest-optimize.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/nbest-optimize ../obj/i686-gcc4/nbest-optimize.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-optimize ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/nbest-optimize) does not exist. ERROR: File to be installed (../bin/i686-gcc4/nbest-optimize) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/nbest-optimize directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/nbest-optimize] Error 1 (ignored) touch -c ../../bin/i686-gcc4/nbest-optimize g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/nbest-pron-score.o nbest-pron-score.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/nbest-pron-score ../obj/i686-gcc4/nbest-pron-score.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-pron-score ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/nbest-pron-score) does not exist. ERROR: File to be installed (../bin/i686-gcc4/nbest-pron-score) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/nbest-pron-score directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/nbest-pron-score] Error 1 (ignored) touch -c ../../bin/i686-gcc4/nbest-pron-score g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/segment.o segment.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/segment ../obj/i686-gcc4/segment.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/segment ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/segment) does not exist. ERROR: File to be installed (../bin/i686-gcc4/segment) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/segment directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/segment] Error 1 (ignored) touch -c ../../bin/i686-gcc4/segment g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/segment-nbest.o segment-nbest.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/segment-nbest ../obj/i686-gcc4/segment-nbest.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/segment-nbest ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/segment-nbest) does not exist. ERROR: File to be installed (../bin/i686-gcc4/segment-nbest) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/segment-nbest directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/segment-nbest] Error 1 (ignored) touch -c ../../bin/i686-gcc4/segment-nbest g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/hidden-ngram.o hidden-ngram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/hidden-ngram ../obj/i686-gcc4/hidden-ngram.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/hidden-ngram ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/hidden-ngram) does not exist. ERROR: File to be installed (../bin/i686-gcc4/hidden-ngram) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/hidden-ngram directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/hidden-ngram] Error 1 (ignored) touch -c ../../bin/i686-gcc4/hidden-ngram g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/multi-ngram.o multi-ngram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/multi-ngram ../obj/i686-gcc4/multi-ngram.o ../obj/i686-gcc4/liboolm.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/multi-ngram ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/multi-ngram) does not exist. ERROR: File to be installed (../bin/i686-gcc4/multi-ngram) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/multi-ngram directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/multi-ngram] Error 1 (ignored) touch -c ../../bin/i686-gcc4/multi-ngram make[2]: Leaving directory `/home/jubuntu/srilm/lm/src' make[2]: Entering directory `/home/jubuntu/srilm/flm/src' g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/fngram-count.o fngram-count.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/fngram-count ../obj/i686-gcc4/fngram-count.o ../obj/i686-gcc4/libflm.a -lm -ldl ../../lib/i686-gcc4/liboolm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/fngram-count ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/fngram-count) does not exist. ERROR: File to be installed (../bin/i686-gcc4/fngram-count) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/fngram-count directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/fngram-count] Error 1 (ignored) touch -c ../../bin/i686-gcc4/fngram-count g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/fngram.o fngram.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/fngram ../obj/i686-gcc4/fngram.o ../obj/i686-gcc4/libflm.a -lm -ldl ../../lib/i686-gcc4/liboolm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/fngram ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/fngram) does not exist. ERROR: File to be installed (../bin/i686-gcc4/fngram) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/fngram directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/fngram] Error 1 (ignored) touch -c ../../bin/i686-gcc4/fngram make[2]: Leaving directory `/home/jubuntu/srilm/flm/src' make[2]: Entering directory `/home/jubuntu/srilm/lattice/src' g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -c -g -O3 -o ../obj/i686-gcc4/lattice-tool.o lattice-tool.cc g++ -mtune=pentium3 -Wreturn-type -Wimplicit -DINSTANTIATE_TEMPLATES -I. -I../../include -u matherr -L../../lib/i686-gcc4 -g -O3 -o ../bin/i686-gcc4/lattice-tool ../obj/i686-gcc4/lattice-tool.o ../obj/i686-gcc4/liblattice.a -lm -ldl ../../lib/i686-gcc4/libflm.a ../../lib/i686-gcc4/liboolm.a ../../lib/i686-gcc4/libdstruct.a ../../lib/i686-gcc4/libmisc.a -ltcl -lm 2>&1 | c++filt /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/lattice-tool ../../bin/i686-gcc4 ERROR: File to be installed (../bin/i686-gcc4/lattice-tool) does not exist. ERROR: File to be installed (../bin/i686-gcc4/lattice-tool) is not a plain file. Usage: decipher-install ... mode: file permission mode, in octal file1 ... fileN: files to be installed directory: where the files should be installed files = ../bin/i686-gcc4/lattice-tool directory = ../../bin/i686-gcc4 mode = 0555 make[2]: [../../bin/i686-gcc4/lattice-tool] Error 1 (ignored) touch -c ../../bin/i686-gcc4/lattice-tool make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src' make[2]: Entering directory `/home/jubuntu/srilm/utils/src' sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' add-classes-to-pfsg.gawk >../bin/i686-gcc4/add-classes-to-pfsg.new mv ../bin/i686-gcc4/add-classes-to-pfsg.new ../bin/i686-gcc4/add-classes-to-pfsg /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/add-classes-to-pfsg ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/add-classes-to-pfsg sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' add-dummy-bows.gawk >../bin/i686-gcc4/add-dummy-bows.new mv ../bin/i686-gcc4/add-dummy-bows.new ../bin/i686-gcc4/add-dummy-bows /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/add-dummy-bows ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/add-dummy-bows sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' add-pauses-to-pfsg.gawk >../bin/i686-gcc4/add-pauses-to-pfsg.new mv ../bin/i686-gcc4/add-pauses-to-pfsg.new ../bin/i686-gcc4/add-pauses-to-pfsg /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/add-pauses-to-pfsg ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/add-pauses-to-pfsg sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' add-ppls.gawk >../bin/i686-gcc4/add-ppls.new mv ../bin/i686-gcc4/add-ppls.new ../bin/i686-gcc4/add-ppls /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/add-ppls ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/add-ppls sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' bytelog-to-log10.gawk >../bin/i686-gcc4/bytelog-to-log10.new mv ../bin/i686-gcc4/bytelog-to-log10.new ../bin/i686-gcc4/bytelog-to-log10 /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/bytelog-to-log10 ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/bytelog-to-log10 sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' classes-to-fsm.gawk >../bin/i686-gcc4/classes-to-fsm.new mv ../bin/i686-gcc4/classes-to-fsm.new ../bin/i686-gcc4/classes-to-fsm /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/classes-to-fsm ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/classes-to-fsm sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' combine-acoustic-scores.gawk >../bin/i686-gcc4/combine-acoustic-scores.new mv ../bin/i686-gcc4/combine-acoustic-scores.new ../bin/i686-gcc4/combine-acoustic-scores /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/combine-acoustic-scores ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/combine-acoustic-scores sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' combine-rover-controls.gawk >../bin/i686-gcc4/combine-rover-controls.new mv ../bin/i686-gcc4/combine-rover-controls.new ../bin/i686-gcc4/combine-rover-controls /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/combine-rover-controls ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/combine-rover-controls sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compare-ppls.gawk >../bin/i686-gcc4/compare-ppls.new mv ../bin/i686-gcc4/compare-ppls.new ../bin/i686-gcc4/compare-ppls /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compare-ppls ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/compare-ppls sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compute-best-mix.gawk >../bin/i686-gcc4/compute-best-mix.new mv ../bin/i686-gcc4/compute-best-mix.new ../bin/i686-gcc4/compute-best-mix /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compute-best-mix ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/compute-best-mix sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compute-best-rover-mix.gawk >../bin/i686-gcc4/compute-best-rover-mix.new mv ../bin/i686-gcc4/compute-best-rover-mix.new ../bin/i686-gcc4/compute-best-rover-mix /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compute-best-rover-mix ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/compute-best-rover-mix sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compute-best-sentence-mix.gawk >../bin/i686-gcc4/compute-best-sentence-mix.new mv ../bin/i686-gcc4/compute-best-sentence-mix.new ../bin/i686-gcc4/compute-best-sentence-mix /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compute-best-sentence-mix ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/compute-best-sentence-mix sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' compute-oov-rate.gawk >../bin/i686-gcc4/compute-oov-rate.new mv ../bin/i686-gcc4/compute-oov-rate.new ../bin/i686-gcc4/compute-oov-rate /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/compute-oov-rate ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/compute-oov-rate sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' context-ngrams.gawk >../bin/i686-gcc4/context-ngrams.new mv ../bin/i686-gcc4/context-ngrams.new ../bin/i686-gcc4/context-ngrams /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/context-ngrams ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/context-ngrams sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' continuous-ngram-count.gawk >../bin/i686-gcc4/continuous-ngram-count.new mv ../bin/i686-gcc4/continuous-ngram-count.new ../bin/i686-gcc4/continuous-ngram-count /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/continuous-ngram-count ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/continuous-ngram-count sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' extract-skip-probs.gawk >../bin/i686-gcc4/extract-skip-probs.new mv ../bin/i686-gcc4/extract-skip-probs.new ../bin/i686-gcc4/extract-skip-probs /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/extract-skip-probs ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/extract-skip-probs sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' find-reference-posteriors.gawk >../bin/i686-gcc4/find-reference-posteriors.new mv ../bin/i686-gcc4/find-reference-posteriors.new ../bin/i686-gcc4/find-reference-posteriors /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/find-reference-posteriors ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/find-reference-posteriors sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' fix-ctm.gawk >../bin/i686-gcc4/fix-ctm.new mv ../bin/i686-gcc4/fix-ctm.new ../bin/i686-gcc4/fix-ctm /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/fix-ctm ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/fix-ctm sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' fsm-to-pfsg.gawk >../bin/i686-gcc4/fsm-to-pfsg.new mv ../bin/i686-gcc4/fsm-to-pfsg.new ../bin/i686-gcc4/fsm-to-pfsg /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/fsm-to-pfsg ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/fsm-to-pfsg sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' get-gt-counts.gawk >../bin/i686-gcc4/get-gt-counts.new mv ../bin/i686-gcc4/get-gt-counts.new ../bin/i686-gcc4/get-gt-counts /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/get-gt-counts ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/get-gt-counts sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' get-unigram-probs.gawk >../bin/i686-gcc4/get-unigram-probs.new mv ../bin/i686-gcc4/get-unigram-probs.new ../bin/i686-gcc4/get-unigram-probs /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/get-unigram-probs ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/get-unigram-probs sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' hits-from-log.gawk >../bin/i686-gcc4/hits-from-log.new mv ../bin/i686-gcc4/hits-from-log.new ../bin/i686-gcc4/hits-from-log /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/hits-from-log ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/hits-from-log sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' log10-to-bytelog.gawk >../bin/i686-gcc4/log10-to-bytelog.new mv ../bin/i686-gcc4/log10-to-bytelog.new ../bin/i686-gcc4/log10-to-bytelog /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/log10-to-bytelog ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/log10-to-bytelog sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-abs-discount.gawk >../bin/i686-gcc4/make-abs-discount.new mv ../bin/i686-gcc4/make-abs-discount.new ../bin/i686-gcc4/make-abs-discount /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-abs-discount ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-abs-discount sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-diacritic-map.gawk >../bin/i686-gcc4/make-diacritic-map.new mv ../bin/i686-gcc4/make-diacritic-map.new ../bin/i686-gcc4/make-diacritic-map /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-diacritic-map ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-diacritic-map sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-google-ngrams.gawk >../bin/i686-gcc4/make-google-ngrams.new mv ../bin/i686-gcc4/make-google-ngrams.new ../bin/i686-gcc4/make-google-ngrams /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-google-ngrams ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-google-ngrams sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-gt-discounts.gawk >../bin/i686-gcc4/make-gt-discounts.new mv ../bin/i686-gcc4/make-gt-discounts.new ../bin/i686-gcc4/make-gt-discounts /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-gt-discounts ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-gt-discounts sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-kn-discounts.gawk >../bin/i686-gcc4/make-kn-discounts.new mv ../bin/i686-gcc4/make-kn-discounts.new ../bin/i686-gcc4/make-kn-discounts /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-kn-discounts ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-kn-discounts sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-kn-counts.gawk >../bin/i686-gcc4/make-kn-counts.new mv ../bin/i686-gcc4/make-kn-counts.new ../bin/i686-gcc4/make-kn-counts /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-kn-counts ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-kn-counts sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-hiddens-lm.gawk >../bin/i686-gcc4/make-hiddens-lm.new mv ../bin/i686-gcc4/make-hiddens-lm.new ../bin/i686-gcc4/make-hiddens-lm /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-hiddens-lm ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-hiddens-lm sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-lm-subset.gawk >../bin/i686-gcc4/make-lm-subset.new mv ../bin/i686-gcc4/make-lm-subset.new ../bin/i686-gcc4/make-lm-subset /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-lm-subset ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-lm-subset sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-nbest-pfsg.gawk >../bin/i686-gcc4/make-nbest-pfsg.new mv ../bin/i686-gcc4/make-nbest-pfsg.new ../bin/i686-gcc4/make-nbest-pfsg /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-nbest-pfsg ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-nbest-pfsg sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-ngram-pfsg.gawk >../bin/i686-gcc4/make-ngram-pfsg.new mv ../bin/i686-gcc4/make-ngram-pfsg.new ../bin/i686-gcc4/make-ngram-pfsg /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-ngram-pfsg ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-ngram-pfsg sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' make-sub-lm.gawk >../bin/i686-gcc4/make-sub-lm.new mv ../bin/i686-gcc4/make-sub-lm.new ../bin/i686-gcc4/make-sub-lm /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/make-sub-lm ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/make-sub-lm sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' sort-lm.gawk >../bin/i686-gcc4/sort-lm.new mv ../bin/i686-gcc4/sort-lm.new ../bin/i686-gcc4/sort-lm /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/sort-lm ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/sort-lm sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' reverse-lm.gawk >../bin/i686-gcc4/reverse-lm.new mv ../bin/i686-gcc4/reverse-lm.new ../bin/i686-gcc4/reverse-lm /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/reverse-lm ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/reverse-lm sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' merge-nbest.gawk >../bin/i686-gcc4/merge-nbest.new mv ../bin/i686-gcc4/merge-nbest.new ../bin/i686-gcc4/merge-nbest /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/merge-nbest ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/merge-nbest sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' nbest-posteriors.gawk >../bin/i686-gcc4/nbest-posteriors.new mv ../bin/i686-gcc4/nbest-posteriors.new ../bin/i686-gcc4/nbest-posteriors /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-posteriors ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/nbest-posteriors sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' nbest2-to-nbest1.gawk >../bin/i686-gcc4/nbest2-to-nbest1.new mv ../bin/i686-gcc4/nbest2-to-nbest1.new ../bin/i686-gcc4/nbest2-to-nbest1 /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest2-to-nbest1 ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/nbest2-to-nbest1 sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' nbest-vocab.gawk >../bin/i686-gcc4/nbest-vocab.new mv ../bin/i686-gcc4/nbest-vocab.new ../bin/i686-gcc4/nbest-vocab /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/nbest-vocab ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/nbest-vocab sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' pfsg-to-dot.gawk >../bin/i686-gcc4/pfsg-to-dot.new mv ../bin/i686-gcc4/pfsg-to-dot.new ../bin/i686-gcc4/pfsg-to-dot /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/pfsg-to-dot ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/pfsg-to-dot sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' pfsg-to-fsm.gawk >../bin/i686-gcc4/pfsg-to-fsm.new mv ../bin/i686-gcc4/pfsg-to-fsm.new ../bin/i686-gcc4/pfsg-to-fsm /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/pfsg-to-fsm ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/pfsg-to-fsm sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' pfsg-vocab.gawk >../bin/i686-gcc4/pfsg-vocab.new mv ../bin/i686-gcc4/pfsg-vocab.new ../bin/i686-gcc4/pfsg-vocab /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/pfsg-vocab ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/pfsg-vocab sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' htklat-vocab.gawk >../bin/i686-gcc4/htklat-vocab.new mv ../bin/i686-gcc4/htklat-vocab.new ../bin/i686-gcc4/htklat-vocab /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/htklat-vocab ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/htklat-vocab sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' ppl-from-log.gawk >../bin/i686-gcc4/ppl-from-log.new mv ../bin/i686-gcc4/ppl-from-log.new ../bin/i686-gcc4/ppl-from-log /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/ppl-from-log ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/ppl-from-log sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' remove-lowprob-ngrams.gawk >../bin/i686-gcc4/remove-lowprob-ngrams.new mv ../bin/i686-gcc4/remove-lowprob-ngrams.new ../bin/i686-gcc4/remove-lowprob-ngrams /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/remove-lowprob-ngrams ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/remove-lowprob-ngrams sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' replace-words-with-classes.gawk >../bin/i686-gcc4/replace-words-with-classes.new mv ../bin/i686-gcc4/replace-words-with-classes.new ../bin/i686-gcc4/replace-words-with-classes /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/replace-words-with-classes ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/replace-words-with-classes sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' reverse-text.gawk >../bin/i686-gcc4/reverse-text.new mv ../bin/i686-gcc4/reverse-text.new ../bin/i686-gcc4/reverse-text /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/reverse-text ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/reverse-text sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' reverse-ngram-counts.gawk >../bin/i686-gcc4/reverse-ngram-counts.new mv ../bin/i686-gcc4/reverse-ngram-counts.new ../bin/i686-gcc4/reverse-ngram-counts /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/reverse-ngram-counts ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/reverse-ngram-counts sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' sentid-to-sclite.gawk >../bin/i686-gcc4/sentid-to-sclite.new mv ../bin/i686-gcc4/sentid-to-sclite.new ../bin/i686-gcc4/sentid-to-sclite /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/sentid-to-sclite ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/sentid-to-sclite sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' sentid-to-ctm.gawk >../bin/i686-gcc4/sentid-to-ctm.new mv ../bin/i686-gcc4/sentid-to-ctm.new ../bin/i686-gcc4/sentid-to-ctm /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/sentid-to-ctm ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/sentid-to-ctm sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' split-tagged-ngrams.gawk >../bin/i686-gcc4/split-tagged-ngrams.new mv ../bin/i686-gcc4/split-tagged-ngrams.new ../bin/i686-gcc4/split-tagged-ngrams /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/split-tagged-ngrams ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/split-tagged-ngrams sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' subset-context-ngrams.gawk >../bin/i686-gcc4/subset-context-ngrams.new mv ../bin/i686-gcc4/subset-context-ngrams.new ../bin/i686-gcc4/subset-context-ngrams /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/subset-context-ngrams ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/subset-context-ngrams sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' subtract-ppls.gawk >../bin/i686-gcc4/subtract-ppls.new mv ../bin/i686-gcc4/subtract-ppls.new ../bin/i686-gcc4/subtract-ppls /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/subtract-ppls ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/subtract-ppls sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' tolower-ngram-counts.gawk >../bin/i686-gcc4/tolower-ngram-counts.new mv ../bin/i686-gcc4/tolower-ngram-counts.new ../bin/i686-gcc4/tolower-ngram-counts /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/tolower-ngram-counts ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/tolower-ngram-counts sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' uniform-classes.gawk >../bin/i686-gcc4/uniform-classes.new mv ../bin/i686-gcc4/uniform-classes.new ../bin/i686-gcc4/uniform-classes /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/uniform-classes ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/uniform-classes sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' uniq-ngram-counts.gawk >../bin/i686-gcc4/uniq-ngram-counts.new mv ../bin/i686-gcc4/uniq-ngram-counts.new ../bin/i686-gcc4/uniq-ngram-counts /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/uniq-ngram-counts ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/uniq-ngram-counts sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' vp2text.gawk >../bin/i686-gcc4/vp2text.new mv ../bin/i686-gcc4/vp2text.new ../bin/i686-gcc4/vp2text /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/vp2text ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/vp2text sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' wlat-to-dot.gawk >../bin/i686-gcc4/wlat-to-dot.new mv ../bin/i686-gcc4/wlat-to-dot.new ../bin/i686-gcc4/wlat-to-dot /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/wlat-to-dot ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/wlat-to-dot sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' wlat-to-pfsg.gawk >../bin/i686-gcc4/wlat-to-pfsg.new mv ../bin/i686-gcc4/wlat-to-pfsg.new ../bin/i686-gcc4/wlat-to-pfsg /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/wlat-to-pfsg ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/wlat-to-pfsg sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' wlat-stats.gawk >../bin/i686-gcc4/wlat-stats.new mv ../bin/i686-gcc4/wlat-stats.new ../bin/i686-gcc4/wlat-stats /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/wlat-stats ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/wlat-stats sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' wordlat-to-lisp.gawk >../bin/i686-gcc4/wordlat-to-lisp.new mv ../bin/i686-gcc4/wordlat-to-lisp.new ../bin/i686-gcc4/wordlat-to-lisp /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/wordlat-to-lisp ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/wordlat-to-lisp sed -e '1s,/usr/local/bin/gawk,/usr/bin/awk,' prettify.gawk >../bin/i686-gcc4/prettify.new mv ../bin/i686-gcc4/prettify.new ../bin/i686-gcc4/prettify /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/prettify ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/prettify sed -e '1s,/usr/local/bin/perl,/usr/bin/perl,' select-vocab.pl >../bin/i686-gcc4/select-vocab.new mv ../bin/i686-gcc4/select-vocab.new ../bin/i686-gcc4/select-vocab /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/select-vocab ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/select-vocab sed -e '1s,/usr/local/bin/perl,/usr/bin/perl,' cumbin.pl >../bin/i686-gcc4/cumbin.new mv ../bin/i686-gcc4/cumbin.new ../bin/i686-gcc4/cumbin /home/jubuntu/srilm/sbin/decipher-install 0555 ../bin/i686-gcc4/cumbin ../../bin/i686-gcc4 touch -c ../../bin/i686-gcc4/cumbin rm ../bin/i686-gcc4/bytelog-to-log10 ../bin/i686-gcc4/pfsg-to-dot ../bin/i686-gcc4/find-reference-posteriors ../bin/i686-gcc4/fsm-to-pfsg ../bin/i686-gcc4/prettify ../bin/i686-gcc4/sentid-to-sclite ../bin/i686-gcc4/combine-rover-controls ../bin/i686-gcc4/wlat-to-pfsg ../bin/i686-gcc4/reverse-lm ../bin/i686-gcc4/merge-nbest ../bin/i686-gcc4/make-nbest-pfsg ../bin/i686-gcc4/classes-to-fsm ../bin/i686-gcc4/nbest2-to-nbest1 ../bin/i686-gcc4/make-sub-lm ../bin/i686-gcc4/fix-ctm ../bin/i686-gcc4/add-classes-to-pfsg ../bin/i686-gcc4/compute-best-mix ../bin/i686-gcc4/get-gt-counts ../bin/i686-gcc4/make-kn-discounts ../bin/i686-gcc4/make-abs-discount ../bin/i686-gcc4/log10-to-bytelog ../bin/i686-gcc4/make-lm-subset ../bin/i686-gcc4/tolower-ngram-counts ../bin/i686-gcc4/make-kn-counts ../bin/i686-gcc4/split-tagged-ngrams ../bin/i686-gcc4/wlat-to-dot ../bin/i686-gcc4/wlat-stats ../bin/i686-gcc4/context-ngrams ../bin/i686-gcc4/nbest-posteriors ../bin/i686-gcc4/wordlat-to-lisp ../bin/i686-gcc4/pfsg-to-fsm ../bin/i686-gcc4/get-unigram-probs ../bin/i686-gcc4/pfsg-vocab ../bin/i686-gcc4/compute-best-sentence-mix ../bin/i686-gcc4/add-dummy-bows ../bin/i686-gcc4/vp2text ../bin/i686-gcc4/continuous-ngram-count ../bin/i686-gcc4/htklat-vocab ../bin/i686-gcc4/uniform-classes ../bin/i686-gcc4/nbest-vocab ../bin/i686-gcc4/compare-ppls ../bin/i686-gcc4/compute-oov-rate ../bin/i686-gcc4/reverse-ngram-counts ../bin/i686-gcc4/compute-best-rover-mix ../bin/i686-gcc4/add-pauses-to-pfsg ../bin/i686-gcc4/uniq-ngram-counts ../bin/i686-gcc4/combine-acoustic-scores ../bin/i686-gcc4/make-google-ngrams ../bin/i686-gcc4/subset-context-ngrams ../bin/i686-gcc4/sentid-to-ctm ../bin/i686-gcc4/reverse-text ../bin/i686-gcc4/hits-from-log ../bin/i686-gcc4/ppl-from-log ../bin/i686-gcc4/cumbin ../bin/i686-gcc4/select-vocab ../bin/i686-gcc4/add-ppls ../bin/i686-gcc4/remove-lowprob-ngrams ../bin/i686-gcc4/subtract-ppls ../bin/i686-gcc4/sort-lm ../bin/i686-gcc4/make-ngram-pfsg ../bin/i686-gcc4/extract-skip-probs ../bin/i686-gcc4/make-hiddens-lm ../bin/i686-gcc4/make-gt-discounts ../bin/i686-gcc4/make-diacritic-map ../bin/i686-gcc4/replace-words-with-classes make[2]: Leaving directory `/home/jubuntu/srilm/utils/src' make[1]: Leaving directory `/home/jubuntu/srilm' make release-scripts make[1]: Entering directory `/home/jubuntu/srilm' for subdir in misc dstruct lm flm lattice utils; do \ (cd $subdir/src; make SRILM=/home/jubuntu/srilm MACHINE_TYPE=i686-gcc4 OPTION= MAKE_PIC= release-scripts) || exit 1; \ done make[2]: Entering directory `/home/jubuntu/srilm/misc/src' make[2]: Nothing to be done for `release-scripts'. make[2]: Leaving directory `/home/jubuntu/srilm/misc/src' make[2]: Entering directory `/home/jubuntu/srilm/dstruct/src' make[2]: Nothing to be done for `release-scripts'. make[2]: Leaving directory `/home/jubuntu/srilm/dstruct/src' make[2]: Entering directory `/home/jubuntu/srilm/lm/src' make[2]: Nothing to be done for `release-scripts'. make[2]: Leaving directory `/home/jubuntu/srilm/lm/src' make[2]: Entering directory `/home/jubuntu/srilm/flm/src' make[2]: Nothing to be done for `release-scripts'. make[2]: Leaving directory `/home/jubuntu/srilm/flm/src' make[2]: Entering directory `/home/jubuntu/srilm/lattice/src' make[2]: Nothing to be done for `release-scripts'. make[2]: Leaving directory `/home/jubuntu/srilm/lattice/src' make[2]: Entering directory `/home/jubuntu/srilm/utils/src' /home/jubuntu/srilm/sbin/decipher-install 0555 change-lm-vocab ../../bin touch -c ../../bin/change-lm-vocab /home/jubuntu/srilm/sbin/decipher-install 0555 empty-sentence-lm ../../bin touch -c ../../bin/empty-sentence-lm /home/jubuntu/srilm/sbin/decipher-install 0555 rescore-decipher ../../bin touch -c ../../bin/rescore-decipher /home/jubuntu/srilm/sbin/decipher-install 0555 rescore-acoustic ../../bin touch -c ../../bin/rescore-acoustic /home/jubuntu/srilm/sbin/decipher-install 0555 rescore-reweight ../../bin touch -c ../../bin/rescore-reweight /home/jubuntu/srilm/sbin/decipher-install 0555 rescore-minimize-wer ../../bin touch -c ../../bin/rescore-minimize-wer /home/jubuntu/srilm/sbin/decipher-install 0555 make-batch-counts ../../bin touch -c ../../bin/make-batch-counts /home/jubuntu/srilm/sbin/decipher-install 0555 merge-batch-counts ../../bin touch -c ../../bin/merge-batch-counts /home/jubuntu/srilm/sbin/decipher-install 0555 make-big-lm ../../bin touch -c ../../bin/make-big-lm /home/jubuntu/srilm/sbin/decipher-install 0555 make-multiword-pfsg ../../bin touch -c ../../bin/make-multiword-pfsg /home/jubuntu/srilm/sbin/decipher-install 0555 pfsg-from-ngram ../../bin touch -c ../../bin/pfsg-from-ngram /home/jubuntu/srilm/sbin/decipher-install 0555 nbest-error ../../bin touch -c ../../bin/nbest-error /home/jubuntu/srilm/sbin/decipher-install 0555 nbest-rover ../../bin touch -c ../../bin/nbest-rover /home/jubuntu/srilm/sbin/decipher-install 0555 align-with-tags ../../bin touch -c ../../bin/align-with-tags /home/jubuntu/srilm/sbin/decipher-install 0555 compute-sclite ../../bin touch -c ../../bin/compute-sclite /home/jubuntu/srilm/sbin/decipher-install 0555 compare-sclite ../../bin touch -c ../../bin/compare-sclite make[2]: Leaving directory `/home/jubuntu/srilm/utils/src' make[1]: Leaving directory `/home/jubuntu/srilm' jubuntu at jubuntu-laptop:~/srilm$ export PATH=/home/jubuntu/srilm/bin/i686-gcc4:/home/jubuntu/srilm/bin:$PATH -------------- next part -------------- ~/srilm/test$ make all *** Running test adapt-marginals *** 0.00user 0.00system 0:00.06elapsed 12%CPU (0avgtext+0avgdata 0maxresident)k 80inputs+8outputs (0major+1418minor)pagefaults 0swaps adapt-marginals: stdout output DIFFERS. adapt-marginals: stderr output DIFFERS. *** Running test class-ngram *** Command exited with non-zero status 127 0.00user 0.00system 0:00.02elapsed 13%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+8outputs (0major+597minor)pagefaults 0swaps class-ngram: stdout output DIFFERS. class-ngram: stderr output DIFFERS. *** Running test class-ngram-simple *** Command exited with non-zero status 127 0.00user 0.00system 0:00.02elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+8outputs (0major+596minor)pagefaults 0swaps class-ngram-simple: stdout output DIFFERS. class-ngram-simple: stderr output DIFFERS. *** Running test disambig *** Command exited with non-zero status 127 0.00user 0.00system 0:00.02elapsed 17%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+597minor)pagefaults 0swaps disambig: stdout output DIFFERS. disambig: stderr output DIFFERS. *** Running test expand-classes *** 0.00user 0.00system 0:00.00elapsed 80%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+812minor)pagefaults 0swaps expand-classes: stdout output DIFFERS. expand-classes: stderr output DIFFERS. *** Running test fngram-count *** 0.00user 0.00system 0:00.00elapsed 44%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+8outputs (0major+808minor)pagefaults 0swaps fngram-count: stdout output DIFFERS. fngram-count: stderr output DIFFERS. *** Running test fngram-count-vocab *** 0.00user 0.00system 0:00.00elapsed 44%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+8outputs (0major+810minor)pagefaults 0swaps fngram-count-vocab: stdout output DIFFERS. fngram-count-vocab: stderr output DIFFERS. *** Running test generate *** Command exited with non-zero status 127 0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+8outputs (0major+598minor)pagefaults 0swaps generate: stdout output DIFFERS. generate: stderr output DIFFERS. *** Running test google-ngrams *** Command exited with non-zero status 127 0.02user 0.00system 0:00.05elapsed 50%CPU (0avgtext+0avgdata 0maxresident)k 584inputs+16outputs (0major+1729minor)pagefaults 0swaps google-ngrams: stdout output DIFFERS. google-ngrams: stderr output DIFFERS. *** Running test hidden-ngram *** Command exited with non-zero status 127 0.00user 0.00system 0:00.01elapsed 33%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+595minor)pagefaults 0swaps hidden-ngram: stdout output DIFFERS. hidden-ngram: stderr output DIFFERS. *** Running test hidden-ngram-nbest *** Command exited with non-zero status 127 0.00user 0.00system 0:00.01elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+598minor)pagefaults 0swaps hidden-ngram-nbest: stdout output DIFFERS. hidden-ngram-nbest: stderr output DIFFERS. *** Running test hidden-ngram-textmap *** Command exited with non-zero status 127 0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+8outputs (0major+595minor)pagefaults 0swaps hidden-ngram-textmap: stdout output DIFFERS. hidden-ngram-textmap: stderr output DIFFERS. *** Running test lattice-expansion *** 0.00user 0.01system 0:00.04elapsed 35%CPU (0avgtext+0avgdata 0maxresident)k 56inputs+16outputs (0major+1927minor)pagefaults 0swaps lattice-expansion: stdout output DIFFERS. lattice-expansion: no reference stderr output found. *** Running test lattice-expansion-new *** 0.00user 0.01system 0:00.02elapsed 76%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+16outputs (0major+1923minor)pagefaults 0swaps lattice-expansion-new: stdout output DIFFERS. lattice-expansion-new: stderr output DIFFERS. *** Running test lattice-expansion-ppl *** 0.00user 0.00system 0:00.01elapsed 44%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+1054minor)pagefaults 0swaps lattice-expansion-ppl: stdout output DIFFERS. lattice-expansion-ppl: stderr output DIFFERS. *** Running test lattice-ngrams *** 0.00user 0.00system 0:00.01elapsed 72%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+8outputs (0major+1051minor)pagefaults 0swaps lattice-ngrams: stdout output DIFFERS. lattice-ngrams: stderr output DIFFERS. *** Running test make-big-lm *** 6.30user 0.08system 0:06.16elapsed 103%CPU (0avgtext+0avgdata 0maxresident)k 14904inputs+56outputs (0major+4973minor)pagefaults 0swaps make-big-lm: stdout output DIFFERS. make-big-lm: stderr output DIFFERS. *** Running test make-big-lm-kn *** 0.00user 0.01system 0:00.04elapsed 41%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+2520minor)pagefaults 0swaps make-big-lm-kn: stdout output DIFFERS. make-big-lm-kn: stderr output DIFFERS. *** Running test make-big-lm-kn-subset *** 6.46user 0.05system 0:06.24elapsed 104%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+56outputs (0major+5355minor)pagefaults 0swaps make-big-lm-kn-subset: stdout output DIFFERS. make-big-lm-kn-subset: stderr output DIFFERS. *** Running test make-ngram-pfsg *** 0.00user 0.00system 0:00.02elapsed 54%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+16outputs (0major+2026minor)pagefaults 0swaps make-ngram-pfsg: stdout output DIFFERS. make-ngram-pfsg: stderr output DIFFERS. *** Running test make-unigram-pfsg *** 0.00user 0.01system 0:00.01elapsed 142%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+24outputs (0major+1959minor)pagefaults 0swaps make-unigram-pfsg: stdout output IDENTICAL. make-unigram-pfsg: stderr output IDENTICAL. *** Running test merge-batch-counts *** 0.01user 0.02system 0:00.09elapsed 47%CPU (0avgtext+0avgdata 0maxresident)k 600inputs+872outputs (4major+3793minor)pagefaults 0swaps merge-batch-counts: stdout output IDENTICAL. merge-batch-counts: stderr output DIFFERS. *** Running test multi-ngram *** 0.00user 0.00system 0:00.02elapsed 20%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+1111minor)pagefaults 0swaps multi-ngram: stdout output DIFFERS. multi-ngram: stderr output DIFFERS. *** Running test nbest-lattice-align-mesh *** 0.00user 0.00system 0:00.02elapsed 14%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+812minor)pagefaults 0swaps nbest-lattice-align-mesh: stdout output DIFFERS. nbest-lattice-align-mesh: stderr output DIFFERS. *** Running test nbest-optimize *** 0.00user 0.01system 0:00.02elapsed 76%CPU (0avgtext+0avgdata 0maxresident)k 72inputs+24outputs (0major+1624minor)pagefaults 0swaps nbest-optimize: stdout output DIFFERS. nbest-optimize: stderr output DIFFERS. *** Running test nbest-optimize-bleu *** 0.00user 0.00system 0:00.03elapsed 10%CPU (0avgtext+0avgdata 0maxresident)k 56inputs+16outputs (0major+1628minor)pagefaults 0swaps nbest-optimize-bleu: stdout output DIFFERS. nbest-optimize-bleu: stderr output DIFFERS. *** Running test nbest-rescore *** 0.49user 0.26system 0:00.72elapsed 104%CPU (0avgtext+0avgdata 0maxresident)k 2288inputs+16outputs (0major+67587minor)pagefaults 0swaps nbest-rescore: stdout output DIFFERS. nbest-rescore: stderr output DIFFERS. *** Running test nbest-rover *** 0.16user 0.04system 0:00.17elapsed 122%CPU (0avgtext+0avgdata 0maxresident)k 72inputs+408outputs (0major+7852minor)pagefaults 0swaps nbest-rover: stdout output DIFFERS. nbest-rover: stderr output DIFFERS. *** Running test nbest-rover-acoustic *** 0.56user 0.05system 0:00.45elapsed 137%CPU (0avgtext+0avgdata 0maxresident)k 504inputs+5912outputs (0major+9969minor)pagefaults 0swaps nbest-rover-acoustic: no reference stdout output found. nbest-rover-acoustic: stderr output DIFFERS. *** Running test nbest-rover-posteriors *** 0.16user 0.02system 0:00.18elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+408outputs (0major+8098minor)pagefaults 0swaps nbest-rover-posteriors: no reference stdout output found. nbest-rover-posteriors: stderr output DIFFERS. *** Running test ngram-binary *** 0.00user 0.00system 0:00.01elapsed 33%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+813minor)pagefaults 0swaps ngram-binary: stdout output DIFFERS. ngram-binary: stderr output DIFFERS. *** Running test ngram-class *** 0.00user 0.00system 0:00.03elapsed 23%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+1351minor)pagefaults 0swaps ngram-class: stdout output DIFFERS. ngram-class: stderr output DIFFERS. *** Running test ngram-count-abs *** 0.00user 0.00system 0:00.01elapsed 85%CPU (0avgtext+0avgdata 0maxresident)k 40inputs+8outputs (0major+1782minor)pagefaults 0swaps ngram-count-abs: stdout output DIFFERS. ngram-count-abs: stderr output DIFFERS. *** Running test ngram-count-addsmooth *** 0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+812minor)pagefaults 0swaps ngram-count-addsmooth: stdout output DIFFERS. ngram-count-addsmooth: stderr output DIFFERS. *** Running test ngram-count-gt *** Command exited with non-zero status 127 0.00user 0.00system 0:00.04elapsed 9%CPU (0avgtext+0avgdata 0maxresident)k 8inputs+8outputs (0major+599minor)pagefaults 0swaps ngram-count-gt: stdout output DIFFERS. ngram-count-gt: stderr output DIFFERS. *** Running test ngram-count-gt-novocab *** 0.00user 0.00system 0:00.03elapsed 10%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+812minor)pagefaults 0swaps ngram-count-gt-novocab: stdout output DIFFERS. ngram-count-gt-novocab: stderr output DIFFERS. *** Running test ngram-count-kn *** 0.00user 0.00system 0:00.01elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+818minor)pagefaults 0swaps ngram-count-kn: stdout output DIFFERS. ngram-count-kn: stderr output DIFFERS. *** Running test ngram-count-kn-int *** 0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+812minor)pagefaults 0swaps ngram-count-kn-int: stdout output DIFFERS. ngram-count-kn-int: stderr output DIFFERS. *** Running test ngram-count-lm *** 0.00user 0.00system 0:00.02elapsed 48%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+16outputs (0major+1025minor)pagefaults 0swaps ngram-count-lm: stdout output DIFFERS. ngram-count-lm: stderr output DIFFERS. *** Running test ngram-count-lm-limit-vocab *** 0.01user 0.00system 0:00.05elapsed 39%CPU (0avgtext+0avgdata 0maxresident)k 104inputs+24outputs (2major+1921minor)pagefaults 0swaps ngram-count-lm-limit-vocab: stdout output DIFFERS. ngram-count-lm-limit-vocab: stderr output DIFFERS. *** Running test ngram-count-wb *** 0.00user 0.00system 0:00.02elapsed 41%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+812minor)pagefaults 0swaps ngram-count-wb: stdout output DIFFERS. ngram-count-wb: stderr output DIFFERS. *** Running test ngram-count-wb-subset *** 0.04user 0.01system 0:00.10elapsed 49%CPU (0avgtext+0avgdata 0maxresident)k 24inputs+8outputs (0major+1822minor)pagefaults 0swaps ngram-count-wb-subset: stdout output DIFFERS. ngram-count-wb-subset: stderr output DIFFERS. *** Running test ngram-factored *** 0.00user 0.00system 0:00.03elapsed 26%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+811minor)pagefaults 0swaps ngram-factored: stdout output DIFFERS. ngram-factored: stderr output DIFFERS. *** Running test ngram-interpolate *** Command exited with non-zero status 127 0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+597minor)pagefaults 0swaps ngram-interpolate: stdout output DIFFERS. ngram-interpolate: stderr output DIFFERS. *** Running test ngram-loglinear *** Command exited with non-zero status 127 0.00user 0.00system 0:00.01elapsed 26%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+906minor)pagefaults 0swaps ngram-loglinear: stdout output DIFFERS. ngram-loglinear: stderr output DIFFERS. *** Running test ngram-loglinear-rescore *** 0.00user 0.00system 0:00.00elapsed 133%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+1427minor)pagefaults 0swaps ngram-loglinear-rescore: stdout output DIFFERS. ngram-loglinear-rescore: stderr output DIFFERS. *** Running test ngram-multiwords *** Command exited with non-zero status 127 0.00user 0.00system 0:00.01elapsed 23%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+756minor)pagefaults 0swaps ngram-multiwords: stdout output DIFFERS. ngram-multiwords: stderr output DIFFERS. *** Running test ngram-prune *** 0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+810minor)pagefaults 0swaps ngram-prune: stdout output DIFFERS. ngram-prune: stderr output DIFFERS. *** Running test ngram-server *** Command exited with non-zero status 1 0.01user 0.00system 0:04.03elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+24outputs (0major+1835minor)pagefaults 0swaps ngram-server: stdout output DIFFERS. ngram-server: stderr output DIFFERS. *** Running test ppl-counts *** Command exited with non-zero status 127 0.00user 0.00system 0:00.04elapsed 30%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+1557minor)pagefaults 0swaps ppl-counts: stdout output DIFFERS. ppl-counts: stderr output DIFFERS. *** Running test tagged-ngram *** 0.00user 0.00system 0:00.00elapsed 114%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+964minor)pagefaults 0swaps tagged-ngram: stdout output DIFFERS. tagged-ngram: stderr output DIFFERS. *** Running test vocab-aliases *** Command exited with non-zero status 127 0.00user 0.00system 0:00.00elapsed 133%CPU (0avgtext+0avgdata 0maxresident)k 16inputs+8outputs (0major+754minor)pagefaults 0swaps vocab-aliases: stdout output DIFFERS. vocab-aliases: stderr output DIFFERS. jubuntu at jubuntu-laptop:~/srilm/test$ echo $PATH /home/jubuntu/srilm/bin/i686-gcc4:/home/jubuntu/srilm/bin:/home/jubuntu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/real/RealPlayer From stolcke at speech.sri.com Sun Nov 8 21:35:45 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Sun, 08 Nov 2009 21:35:45 -0800 Subject: [SRILM User List] Unable to build SRILM with g++ 4.4.1 on Ubuntu 9.10 (i686) In-Reply-To: <8880f21a0911082058p25869abo6e0c156d7d471c2b@mail.gmail.com> References: <8880f21a0911081809t14d791b3wb29818d67dc5d2e3@mail.gmail.com> <8880f21a0911082058p25869abo6e0c156d7d471c2b@mail.gmail.com> Message-ID: <4AF7AA31.4010403@speech.sri.com> Jayadev Jayaraman wrote: > Hello there, > > I fixed the problem (I had originally set MACHINE_TYPE to i686. I > changed it to i686-gcc4. ) and managed to compile the whole thing. > However I got 'DIFFERS' for every run of the test suite. I've attached > the command-line diagnostic of my compilation as well as testing with > this mail. My guess it that $(SRILM)/bin/i686-gcc4 (where the binaries are installed) is not in your PATH, so the tests fail because the binaries are not found. To work around this you can make MACHINE_TYPE=i686-gcc4 try in the test directory. Andreas From stolcke at speech.sri.com Mon Nov 9 10:40:15 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Mon, 09 Nov 2009 10:40:15 -0800 Subject: [SRILM User List] AdaptiveMix LM In-Reply-To: <4AF319B6.5080703@lingfil.uu.se> References: <4AF319B6.5080703@lingfil.uu.se> Message-ID: <4AF8620F.4010508@speech.sri.com> Joerg Tiedemann wrote: > > Hello, > > > I was wondering if there is some information somewhere on how to use > adaptive-mix LMs. Especially also on how to set parameters like the > decay factor and how to control the cache (to decide when and what to > add to the history - if this can be done on demand). My apologies if > this has been mentioned/discussed already on this list. I couldn't > find any search facilities for looking through the mailing list archives. I added back the search capability to the srilm-user archives (this was lost when switching from majordomo to mailman earlier this year). It's at http://www.speech.sri.com/projects/srilm/mail-archive/ . There are several references to the AdaptiveMix LM (search for "adapt"), though I don't know if these would answer your questions. Andreas > > Thanks in advance! > > cheers, > > Jorg > _______________________________________________ > SRILM-User site list > SRILM-User at speech.sri.com > http://www.speech.sri.com/mailman/listinfo/srilm-user From af4ex.radio at yahoo.com Wed Nov 18 13:19:16 2009 From: af4ex.radio at yahoo.com (John Day) Date: Wed, 18 Nov 2009 13:19:16 -0800 (PST) Subject: [SRILM User List] Word Guesser Message-ID: <28213.8630.qm@web113802.mail.gq1.yahoo.com> Hi, I'm generating some models for guessing the next word in a sequence, using a text file to generate the language model. Currnently I'm using "Alice in Wonderland" as the training text. For example, the words "off with" are generally followed by "his" or "her" in the text: ? >grep -i "off with" ..\alice.phrases.txt Hes murdering the time Off with his head How dreadfully savage exclaimed Alice screamed Off with her head Off Nonsense said Alice Off with their heads and the procession moved on and shouting Off with his head or Off with her head about once in a minute Off with his head she said and shouting Off with his head or Off with her head Those whom she sentenced were taken in to custody by the soldiers Behead that Dormouse Turn that Dormouse out of court Suppress him Pinch him Off with his whiskers For some minutes the whole court was in confusion Off with her head the Queen shouted at the top of her voice ? I trained a model using this text and generate sentences?by iterating though the lm->vocab calling?wordProb() twice, once with no context and then with the prefix words "off with" ??????????? p1 = wordProb(word, NULL); ??????????? p2 = wordProb(word, prefix); I notice that the probability changes when i do this, but the difference in probabilities is the same regardless of the prefix (-sw = starting words): ? guess?-gen10 -sw"off" alice.phrases.txt.lm COUNT: 2815 quarrelling,-2.0320 staring,-1.9070 outside,-1.8101 writing,-1.8101 together,-1.8101 sneezing,-1.6640 shouted,-1.5091 with,-1.2514 from,-1.2419 being,-1.2081 ? guess?-gen10 -sw"off with " alice.phrases.txt.lm COUNT: 2815 quarrelling,-2.0320 staring,-1.9070 outside,-1.8101 writing,-1.8101 together,-1.8101 sneezing,-1.6640 shouted,-1.5091 with,-1.2514 from,-1.2419 being,-1.2081 ? guess -gen10 -sw"off with her " alice.phrases.txt.lm COUNT: 2815 quarrelling,-2.0320 staring,-1.9070 outside,-1.8101 writing,-1.8101 together,-1.8101 sneezing,-1.6640 shouted,-1.5091 with,-1.2514 from,-1.2419 being,-1.2081 ? Why doesn't this work? Is the language model to small? Is this the correct way to compute the conditioning effect of prefix words on a word probability? Is there a better way to do this? ? Thanks, John Day Palm Bay, Florida -------------- next part -------------- An HTML attachment was scrubbed... URL: From stolcke at speech.sri.com Fri Nov 20 15:21:07 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Fri, 20 Nov 2009 15:21:07 -0800 Subject: [SRILM User List] Word Guesser In-Reply-To: <28213.8630.qm@web113802.mail.gq1.yahoo.com> References: <28213.8630.qm@web113802.mail.gq1.yahoo.com> Message-ID: <4B072463.9070306@speech.sri.com> John Day wrote: > Hi, > I'm generating some models for guessing the next word in a sequence, > using a text file to generate the language model. Currnently I'm using > "Alice in Wonderland" as the training text. For example, the words > "off with" are generally followed by "his" or "her" in the text: > > />grep -i "off with" ..\alice.phrases.txt > Hes murdering the time Off with his head How dreadfully savage > exclaimed Alice > screamed Off with her head Off Nonsense said Alice > Off with their heads and the procession moved on > and shouting Off with his head or Off with her head about once in a minute > Off with his head she said > and shouting Off with his head or Off with her head Those whom she > sentenced were taken in > to custody by the soldiers > Behead that Dormouse Turn that Dormouse out of court Suppress him > Pinch him Off with his whiskers For some minutes the whole court was > in confusion > Off with her head the Queen shouted at the top of her voice/ > // > I trained a model using this text and generate sentences by iterating > though the lm->vocab calling wordProb() twice, once with no context > and then with the prefix words "off with" > p1 = wordProb(word, NULL); > p2 = wordProb(word, prefix); > I notice that the probability changes when i do this, but the > difference in probabilities is the same regardless of the prefix (-sw > = starting words): > I suspect you somehow invoke the wordProb function incorrectly, or don't construct the context appropriately. (For example, it doesn't work to pass a NULL value as the context argument, but maybe you didn't mean that literally.) I would first verify the probabilities without writing any code. You can simply pass N-grams (with count 1 in the last position) to ngram -debug 2 -counts FILE . This allows you to check the conditional probabilities for different words and contexts. If that checks out you can test your own code and make sure it yields the same probabilities. Andreas > > guess -gen10 -sw"off" alice.phrases.txt.lm > > COUNT: 2815 > > quarrelling,-2.0320 > > staring,-1.9070 > > outside,-1.8101 > > writing,-1.8101 > > together,-1.8101 > > sneezing,-1.6640 > > shouted,-1.5091 > > with,-1.2514 > > from,-1.2419 > > being,-1.2081 > > > > guess -gen10 -sw"off with " alice.phrases.txt.lm > > COUNT: 2815 > > quarrelling,-2.0320 > > staring,-1.9070 > > outside,-1.8101 > > writing,-1.8101 > > together,-1.8101 > > sneezing,-1.6640 > > shouted,-1.5091 > > with,-1.2514 > > from,-1.2419 > > being,-1.2081 > > > > guess -gen10 -sw"off with her " alice.phrases.txt.lm > > COUNT: 2815 > > quarrelling,-2.0320 > > staring,-1.9070 > > outside,-1.8101 > > writing,-1.8101 > > together,-1.8101 > > sneezing,-1.6640 > > shouted,-1.5091 > > with,-1.2514 > > from,-1.2419 > > being,-1.2081 > > > > Why doesn't this work? Is the language model to small? Is this the > correct way to compute the conditioning effect of prefix words on a > word probability? Is there a better way to do this? > > > > Thanks, > > John Day > > Palm Bay, Florida > > > ------------------------------------------------------------------------ > > _______________________________________________ > SRILM-User site list > SRILM-User at speech.sri.com > http://www.speech.sri.com/mailman/listinfo/srilm-user From Dmitriy.Dligach at colorado.edu Wed Nov 25 08:31:56 2009 From: Dmitriy.Dligach at colorado.edu (Dmitriy Dligach) Date: Wed, 25 Nov 2009 09:31:56 -0700 Subject: [SRILM User List] turning off smoothing Message-ID: <20091125093156.17964zgz9o313rpc@opsmail.colorado.edu> Dear SRILM users, Is there a way to disable smoothing in SRILM? I looked at this mailing list's archive and it sounds like the -gtnmax may do the job. If that is the only way to do it, could you please confirm that something like this: ngram-count -text corpus.txt -lm corpus.lm -order 3 -gt1max 0 -gt2max 0 -gt3max 0 disables smoothing? Thanks, Dmitriy From stolcke at speech.sri.com Wed Nov 25 23:22:50 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Wed, 25 Nov 2009 23:22:50 -0800 Subject: [SRILM User List] turning off smoothing In-Reply-To: <20091125093156.17964zgz9o313rpc@opsmail.colorado.edu> References: <20091125093156.17964zgz9o313rpc@opsmail.colorado.edu> Message-ID: <4B0E2CCA.90301@speech.sri.com> Dmitriy Dligach wrote: > Dear SRILM users, > > Is there a way to disable smoothing in SRILM? I looked at this mailing > list's archive and it sounds like the -gtnmax may do the job. If that > is the only way to do it, could you please confirm that something like > this: > > ngram-count -text corpus.txt -lm corpus.lm -order 3 -gt1max 0 -gt2max > 0 -gt3max 0 > > disables smoothing? Indeed this will effectively disable smoothing. But there are many ways to obtain maximum likelihood (non-smoothed) probability estimates, since several discounting methods have parameters that can be set so as to effectively disable discounting: ngram-count -cdiscount 0 ngram-count -addsmooth 0 Andreas From s976231 at mail.yzu.edu.tw Tue Dec 1 05:26:11 2009 From: s976231 at mail.yzu.edu.tw (=?big5?B?qkyn07jb?=) Date: Tue, 1 Dec 2009 21:26:11 +0800 Subject: [SRILM User List] a srilm error Message-ID: <5C183FC45804B54EB02CC3313DB68BBF224541@yz-stdmail002.yz.local> I am the first time to use SRILM. after install , i pass some file to use ngram-count . first, it run well. but when the file is bigger than 2G. (3-GRAM) it will happen a error like : assertion "body != 0" failed: file "../../include/LHash.cc", line 138 Aborted (core dumped) dose anyone know why this error happen? the file is too big? or there are some word in my file SRILM cann't accept? -------------- next part -------------- An HTML attachment was scrubbed... URL: From stolcke at speech.sri.com Tue Dec 1 06:09:32 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Tue, 01 Dec 2009 06:09:32 -0800 Subject: [SRILM User List] a srilm error In-Reply-To: <5C183FC45804B54EB02CC3313DB68BBF224541@yz-stdmail002.yz.local> References: <5C183FC45804B54EB02CC3313DB68BBF224541@yz-stdmail002.yz.local> Message-ID: <4B15239C.1030604@speech.sri.com> ??? wrote: > > I am the first time to use SRILM. > after install , i pass some file to use ngram-count . > > first, it run well. but when the file is bigger than 2G. (3-GRAM) > it will happen a error like : > > assertion "body != 0" failed: file "../../include/LHash.cc", line 138 > Aborted (core dumped) > > dose anyone know why this error happen? the file is too big? or there > are some word in my file SRILM cann't accept? > You're running out of memory. Please check the FAQ page http://www.speech.sri.com/projects/srilm/manpages/srilm-faq.7.html for suggestions on what to do. Andreas > > > > ------------------------------------------------------------------------ > > _______________________________________________ > SRILM-User site list > SRILM-User at speech.sri.com > http://www.speech.sri.com/mailman/listinfo/srilm-user From stolcke at speech.sri.com Tue Dec 1 23:28:20 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Tue, 01 Dec 2009 23:28:20 -0800 Subject: [SRILM User List] Lattice Viterbi decoding In-Reply-To: <1251704612.8359.2.camel@pipe> References: <1251704612.8359.2.camel@pipe> Message-ID: <4B161714.6040404@speech.sri.com> Felipe S?nchez Mart?nez wrote: > Hi all, > > I am using SRILM to score a set of translation candidates of a given > sentence. > > The sentence is divide into chunks, some of them having a fix > translation and others having different alternatives: > > text1 | text2 | text3.1 or text3.2 | text4 | text5.1 or text5.2 > > As the number of combinations is exponential in the length of the > sentences I have been trying to use lattice-tool to compute the Viterbi > path but I am not able to make it work. I am using the following command > line: > > $ lattice-tool -viterbi-decode -in-lattice lattice.pfsg -lm model.lm > -order 5 -debug 1 > > but I get exactly the same result with 5, 3 or even 0 n-gram order. > > In addition, with the example sentence I am working with I get a > different path if I use SRILM in the usual way by scoring all possible > translations of the sentence. > > What am I doing wrong? Thank you very much in advance. > > PS: I am using srilm 1.5.7 > The functionality that was introduced in 1.5.7 to decode a lattice while applying a new LM (but without first expanding the lattice) was not working for PFSG lattices (as opposed to for HTK lattices). In the latest beta version this should be working now. Let me know if it works for you. Andreas From wqfengnlpr at gmail.com Tue Dec 15 07:59:07 2009 From: wqfengnlpr at gmail.com (=?gb2312?B?zfXH77fm?=) Date: Tue, 15 Dec 2009 23:59:07 +0800 Subject: [SRILM User List] ngram-count large count file Message-ID: <200912152359040006943@gmail.com> Dear SRILM users, I wanted to get a BiGram from the word pair counts file, so I took it as : ngram-count -read CountFile -lm -BiGrams -order 2 But several minutes later, it was killed. I suspect my CountFile is too large(3.5GB) ,and my memmoy is 2.0GB. so if the CountFiles is read in memory, it will be overflow. So my question is , 1:Does the SRILM reads the whole CountFile in memory? or read some lines and train some BiGrams ,them again and again? 2:How can I do to get the BiGram with this large CountFile? Thanks, Wang -------------- next part -------------- An HTML attachment was scrubbed... URL: From stolcke at speech.sri.com Tue Dec 15 09:43:21 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Tue, 15 Dec 2009 09:43:21 -0800 Subject: [SRILM User List] ngram-count large count file In-Reply-To: <200912152359040006943@gmail.com> References: <200912152359040006943@gmail.com> Message-ID: <4B27CAB9.4010303@speech.sri.com> ??? wrote: > Dear SRILM users, > I wanted to get a BiGram from the word pair counts file, > so I took it as : > ngram-count -read CountFile -lm -BiGrams -order 2 > But several minutes later, it was killed. > I suspect my CountFile is too large(3.5GB) ,and my memmoy is 2.0GB. > so if the CountFiles is read in memory, it will be overflow. > So my question is , > 1:Does the SRILM reads the whole CountFile in memory? > or read some lines and train some BiGrams ,them again and again? You need more than just the ngram corresponding to a certain LM probability, on account of smoothing and normalization. > 2:How can I do to get the BiGram with this large CountFile? This is a FAQ, please look at http://www.speech.sri.com/projects/srilm/manpages/srilm-faq.7.html Andreas From cwsunshine at gmail.com Thu Dec 17 17:20:05 2009 From: cwsunshine at gmail.com (wei chen) Date: Fri, 18 Dec 2009 09:20:05 +0800 Subject: [SRILM User List] Some Problems about the generation of mesh using lattice-tool Message-ID: Hi all, I am using lattice-tool to transform lattice into mesh, and I know that the process that * Let N := set of all lattice nodes * while N is not empty * n = node with highest posterior in N * p = path through n with highest probability * p' = portion of p containing nodes in N * align p' to sausage (*) * N = N - nodes in p' but how to determine the align number of the sausage ? just using the alignments of the best sentence including the node with highest posterior probablility? And during the generation, some warning like "Lattice::alignLattice: warning: failed to align 1 word(s), max posterior = 1.43348e-06" happens, could you please tell me why it happens?Thanks a lot! Best wishes, Wei Chen -------------- next part -------------- An HTML attachment was scrubbed... URL: From stolcke at speech.sri.com Thu Dec 17 18:19:46 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Thu, 17 Dec 2009 18:19:46 -0800 Subject: [SRILM User List] Some Problems about the generation of mesh using lattice-tool In-Reply-To: References: Message-ID: <4B2AE6C2.1090601@speech.sri.com> On 12/17/2009 5:20 PM, wei chen wrote: > Hi all, > I am using lattice-tool to transform lattice into mesh, and I know > that the process that > * Let N := set of all lattice nodes > * while N is not empty > * n = node with highest posterior in N > * p = path through n with highest probability > * p' = portion of p containing nodes in N > * align p' to sausage (*) > * N = N - nodes in p' > but how to determine the align number of the sausage ? just using the > alignments of the best sentence including the node with highest > posterior probablility? You start out with as many alignment positions as there are words in the first lattice path chosen. Each additional path being aligned might increase the number of positions as a result of an "insertion" into the alignment. > And during the generation, some warning like "Lattice::alignLattice: > warning: failed to align 1 word(s), max posterior = 1.43348e-06" > happens, could you please tell me why it happens?Thanks a lot! Sometimes you are trying to align a partial path (p') in which the end node is already aligned to a position that comes *before* the alignment position for the start node. Empirically, the posterior probabilities associated with such paths are very small (as in your example), so you can consider them as noise in your lattice (and ignore them). Andreas > Best wishes, > Wei Chen > > > _______________________________________________ > SRILM-User site list > SRILM-User at speech.sri.com > http://www.speech.sri.com/mailman/listinfo/srilm-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From wqfengnlpr at gmail.com Sat Dec 19 04:19:08 2009 From: wqfengnlpr at gmail.com (=?gb2312?B?zfXH77fm?=) Date: Sat, 19 Dec 2009 20:19:08 +0800 Subject: [SRILM User List] ngram pruning Message-ID: <200912192019062506438@gmail.com> hi all, I get the original BiGram from the text with ngram-count tool, like "ngram-count -text corpus -lm Original_BiGram -order 2" so the original_Bigram is very large, I need pruning, like "ngram -lm Original_BiGram -order 2 -prune... " But I found that the -prune tool can not prune the UniGram, the -minprune n is at least 2. So What can I do to prune the Unigram? because all the words from the corpus are in the Unigram, it is too large, and some words are really useless. Thanks. Wang 2009-12-19 ??? -------------- next part -------------- An HTML attachment was scrubbed... URL: From stolcke at speech.sri.com Sun Dec 20 09:42:31 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Sun, 20 Dec 2009 09:42:31 -0800 Subject: [SRILM User List] ngram pruning In-Reply-To: <200912192019062506438@gmail.com> References: <200912192019062506438@gmail.com> Message-ID: <4B2E6207.2010902@speech.sri.com> On 12/19/2009 4:19 AM, ??? wrote: > hi all, > I get the original BiGram from the text with ngram-count tool, > like "ngram-count -text corpus -lm Original_BiGram -order 2" > so the original_Bigram is very large, I need pruning, like "ngram -lm > Original_BiGram -order 2 -prune... " > But I found that the -prune tool can not prune the UniGram, the > -minprune n is at least 2. > So What can I do to prune the Unigram? > because all the words from the corpus are in the Unigram, it is too > large, and some words are really useless. Make a list of the words you want to INclude then use that as the vocabulary of your LM ngram-count -vocab LIST ... Andreas -------------- next part -------------- An HTML attachment was scrubbed... URL: From david at unizar.es Wed Dec 23 07:51:16 2009 From: david at unizar.es (=?iso-8859-1?Q?David_Mart=EDnez_Gonz=E1lez?=) Date: Wed, 23 Dec 2009 16:51:16 +0100 Subject: [SRILM User List] lattice-tool -write-ngrams/-write-ngram-index Message-ID: Hello everybody, I am working with lattice-tool -ngrams/-write-ngram-index, and I want to assure if the counts calculated are weighted by the acoustic and language model log probabilities of the hypothesis of the lattices, or they are accumulated. Many thanks, DAVID. -------------- next part -------------- An HTML attachment was scrubbed... URL: From stolcke at speech.sri.com Wed Dec 23 10:23:13 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Wed, 23 Dec 2009 10:23:13 -0800 Subject: [SRILM User List] lattice-tool -write-ngrams/-write-ngram-index In-Reply-To: References: Message-ID: <4B326011.90306@speech.sri.com> On 12/23/2009 7:51 AM, David Mart?nez Gonz?lez wrote: > Hello everybody, > I am working with lattice-tool -ngrams/-write-ngram-index, and I want > to assure if the counts calculated are weighted by the acoustic and > language model log probabilities of the hypothesis of the lattices, or > they are accumulated. The counts are weighted be the POSTERIOR probabilities of the ngrams, as obtained from adding and normalization of acoustic and LM probabilities. I'm not sure what you mean by "accumulated", but when the same ngram occurs multiple times the corresponding posterior-weighted counts are added. Andreas > Many thanks, > DAVID. > > > _______________________________________________ > SRILM-User site list > SRILM-User at speech.sri.com > http://www.speech.sri.com/mailman/listinfo/srilm-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From s976231 at mail.yzu.edu.tw Tue Dec 29 04:55:46 2009 From: s976231 at mail.yzu.edu.tw (=?big5?B?qkyn07jb?=) Date: Tue, 29 Dec 2009 20:55:46 +0800 Subject: [SRILM User List] about FAQ B2 Message-ID: <5C183FC45804B54EB02CC3313DB68BBF224548@yz-stdmail002.yz.local> hello everyone. i have rty to use "ngram-count" to process a file.(3-GRAM) but the file is too big to my computer. on the FAQ B2. is it mean i can divide the file to smaller files to run? if the answer is Yes. how can i use the two scripts? make-batch-counts merge-batch-counts in http://www.speech.sri.com/projects/srilm/manpages/training-scripts.1.html the SYNOPSIS i can't understand. if i want to use " ngram-count -text thefile.txt -write output.cnt -order 3" before. and i divide the file to 10 pert and write a list like below named thelist.txt thefile1 thefile2 thefile3 .... thefile10 how can i use the two scripts to output .cnt file just like ngram-count? -------------- next part -------------- An HTML attachment was scrubbed... URL: From stolcke at speech.sri.com Tue Dec 29 22:08:37 2009 From: stolcke at speech.sri.com (Andreas Stolcke) Date: Tue, 29 Dec 2009 22:08:37 -0800 Subject: [SRILM User List] about FAQ B2 In-Reply-To: <5C183FC45804B54EB02CC3313DB68BBF224548@yz-stdmail002.yz.local> References: <5C183FC45804B54EB02CC3313DB68BBF224548@yz-stdmail002.yz.local> Message-ID: <4B3AEE65.9090007@speech.sri.com> On 12/29/2009 4:55 AM, ??? wrote: > > hello everyone. > i have rty to use "ngram-count" to process a file.(3-GRAM) > but the file is too big to my computer. > on the FAQ B2. is it mean i can divide the file to smaller files to run? > > if the answer is Yes. how can i use the two scripts? > make-batch-counts > merge-batch-counts > > in > http://www.speech.sri.com/projects/srilm/manpages/training-scripts.1.html > > the SYNOPSIS i can't understand. > > if i want to use " ngram-count -text thefile.txt -write output.cnt > -order 3" before. > > and i divide the file to 10 pert and write a list like below named > thelist.txt > thefile1 > thefile2 > thefile3 > .... > thefile10 > > how can i use the two scripts to output .cnt file just like ngram-count? > Don't just read the synopsis of the man page. Check the paragraphs describing the make-batch-counts and merge-batch-counts command in the DESCRIPTION section. You can also see an example of their use in $SRILM//test/tests/merge-batch-counts/run-test (after the "split"command). Andreas > > > > _______________________________________________ > SRILM-User site list > SRILM-User at speech.sri.com > http://www.speech.sri.com/mailman/listinfo/srilm-user -------------- next part -------------- An HTML attachment was scrubbed... URL: