mosesdecoder/README

17 lines
694 B
Plaintext
Raw Normal View History

Instructions for building and installing Moses are online:
http://www.statmt.org/moses/?n=Development.GetStarted
2024-05-03 09:35:36 +03:00
If you have g++ and Boost installed, and you want the default compilation with most of things you need, then run:
./bjam -j4
2019-06-08 20:22:39 +03:00
Questions should be directed to the mailing list (don't forget to register before sending emails):
http://mailman.mit.edu/mailman/listinfo/moses-support
2024-05-03 09:35:36 +03:00
https://github.com/moses-smt/mosesdecoder/compare/master...hieu2
2019-06-08 20:22:39 +03:00
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
2017-06-17 07:02:41 +03:00
2018-10-26 19:52:27 +03:00