mosesdecoder/irstlm
redpony 6020abb071 remove mfstream and make lmtable take an istream instead of a filename
- mfstream is linux-only
 - istream is flexible (can be used with more exotic data sources)


git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@213 1f5c12ca-751b-0410-a591-d2e778427230
2006-07-20 14:28:40 +00:00
..
.settings added n-best build configurations for eclipse 2006-07-18 17:21:06 +00:00
src remove mfstream and make lmtable take an istream instead of a filename 2006-07-20 14:28:40 +00:00
.cdtbuild added n-best build configurations for eclipse 2006-07-18 17:21:06 +00:00
.cdtproject added eclipse project 2006-07-17 21:00:35 +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
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.