mosesdecoder/irstlm
hieuhoang1972 ebc4b6bfb1 delete n-best config
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@562 1f5c12ca-751b-0410-a591-d2e778427230
2006-08-08 18:16:01 +00:00
..
.settings cvs ignore 2006-07-27 20:39:31 +00:00
src Changed include names of ngram.[ch] to n_gram.[ch] as they clash with Ngram.[ch] of SRI LM in Mac OX filesystem, which is case insensitive. 2006-08-04 22:38:50 +00:00
.cdtbuild perf profiling turned on in eclipse in debug conf 2006-07-26 20:24:37 +00:00
.cdtproject added eclipse project 2006-07-17 21:00:35 +00:00
.cvsignore cvs ignore 2006-07-28 00:14:59 +00:00
.project added eclipse project 2006-07-17 21:00:35 +00:00
config.h.in remove mfstream and make lmtable take an istream instead of a filename 2006-07-20 14:28:40 +00:00
configure.in irst-lm library 2006-07-17 20:15:38 +00:00
depcomp irst-lm library 2006-07-17 20:15:38 +00:00
install-sh irst-lm library 2006-07-17 20:15:38 +00:00
irstlm.vcproj delete n-best config 2006-08-08 18:16:01 +00:00
Makefile.am irst-lm library 2006-07-17 20:15:38 +00:00
missing irst-lm library 2006-07-17 20:15:38 +00:00
README add README 2006-07-17 20:27:45 +00:00

To build:

  aclocal
  autoconf
  automake

  ./configure --with-prefix=PATH TO INSTALL    (probably `pwd`)
  make
  make install

*Make install is important since it creates the include/ and lib/ directories
that client software will depend on.