mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-11 05:52:56 +03:00
.. | ||
adjust_counts_test.cc | ||
adjust_counts.cc | ||
adjust_counts.hh | ||
corpus_count_test.cc | ||
corpus_count.cc | ||
corpus_count.hh | ||
discount.hh | ||
header_info.hh | ||
initial_probabilities.cc | ||
initial_probabilities.hh | ||
interpolate.cc | ||
interpolate.hh | ||
Jamfile | ||
joint_order.hh | ||
lmplz_main.cc | ||
multi_stream.hh | ||
ngram_stream.hh | ||
ngram.hh | ||
pipeline.cc | ||
pipeline.hh | ||
print.cc | ||
print.hh | ||
README.md | ||
sort.hh | ||
TODO |
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