mosesdecoder/lm/builder
2013-01-24 12:07:46 +00:00
..
adjust_counts_test.cc KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
adjust_counts.cc KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
adjust_counts.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
corpus_count_test.cc KenLM 31a6644 resizable probing hash table, build fixes 2013-01-24 12:07:46 +00:00
corpus_count.cc KenLM 31a6644 resizable probing hash table, build fixes 2013-01-24 12:07:46 +00:00
corpus_count.hh KenLM 31a6644 resizable probing hash table, build fixes 2013-01-24 12:07:46 +00:00
discount.hh KenLM 58da33: compiler warnings, correctly handle bare K, kill HAVE_BOOST 2013-01-22 20:23:35 +00:00
header_info.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
initial_probabilities.cc KenLM 31a6644 resizable probing hash table, build fixes 2013-01-24 12:07:46 +00:00
initial_probabilities.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
interpolate.cc KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
interpolate.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
Jamfile Compiler warnings, rename to ${binary}_main.cc 2013-01-20 13:43:19 +00:00
joint_order.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
lmplz_main.cc KenLM 31a6644 resizable probing hash table, build fixes 2013-01-24 12:07:46 +00:00
multi_stream.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
ngram_stream.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
ngram.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
pipeline.cc KenLM 31a6644 resizable probing hash table, build fixes 2013-01-24 12:07:46 +00:00
pipeline.hh KenLM 31a6644 resizable probing hash table, build fixes 2013-01-24 12:07:46 +00:00
print.cc KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
print.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
README.md KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
sort.hh KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00
TODO KenLM df5be22 lmplz for estimation 2013-01-18 15:59:51 +00:00

Dependencies

Boost >= 1.42.0 is required.

For Ubuntu,

sudo apt-get install libboost1.48-all-dev

Alternatively, you can download, compile, and install it yourself:

wget http://sourceforge.net/projects/boost/files/boost/1.52.0/boost_1_52_0.tar.gz/download -O boost_1_52_0.tar.gz
tar -xvzf boost_1_52_0.tar.gz
cd boost_1_52_0
./bootstrap.sh
./b2
sudo ./b2 install

Local install options (in a user-space prefix directory) are also possible. See http://www.boost.org/doc/libs/1_52_0/doc/html/bbv2/installation.html.

Building

bjam

Your distribution might package bjam and boost-build separately from Boost. Both are required.

Usage

Run

$ bin/lmplz

to see command line arguments

Running

bin/lmplz -o 5 <text >text.arpa