Skip to content

moses-smt/mosesdecoder

Folders and files

NameName
Last commit message
Last commit date
Jun 28, 2016
Jan 31, 2016
Jan 16, 2025
Jan 11, 2016
Dec 8, 2015
Aug 4, 2014
Jun 6, 2024
Mar 8, 2016
May 18, 2018
Jun 2, 2015
Feb 16, 2017
Mar 5, 2017
Jan 17, 2019
Apr 30, 2024
Jan 6, 2022
Feb 22, 2024
Feb 1, 2017
Jun 6, 2024
Oct 25, 2015
Jan 6, 2022
Feb 22, 2024
Mar 10, 2016
Aug 2, 2015
Oct 28, 2015
Jul 21, 2017
Mar 29, 2017
Sep 25, 2015
Feb 20, 2018
Feb 4, 2025
Sep 30, 2020
Mar 19, 2013
Oct 1, 2020
Sep 30, 2020
Oct 27, 2015
Sep 3, 2020
Apr 15, 2016

Repository files navigation

Instructions for building and installing Moses are online:
   http://www.statmt.org/moses/?n=Development.GetStarted
If you have g++ and Boost installed, and you want the default compilation with most of things you need, then run:
   ./bjam -j4

Questions should be directed to the mailing list (don't forget to register before sending emails):
   http://mailman.mit.edu/mailman/listinfo/moses-support
   https://github.com/moses-smt/mosesdecoder/compare/master...hieu2

Some of the code is not originally part of Moses, but is periodically copied
into the source tree from elsewhere:

 * "bjam-files" is taken from Boost.
 * "util" and "lm" are taken from KenLM: https://github.com/kpu/kenlm

=====================================================
Running on Ubuntu 22.04 (March 2025)
sudo apt install libcmph-dev libxmlrpc-c++8-dev
./bjam -j11 --with-cmph=/usr --with-xmlrpc-c=/usr -a