Moses, the machine translation system
Go to file
Hieu Hoang be3ae968ba
Merge pull request #239 from fergusq/eflomal
Add support for the eflomal aligner
2024-06-07 11:25:10 -07:00
biconcor wrong memory allocation request for document marker 2016-01-31 11:57:11 -05:00
contrib kill non-working compile scripts 2024-05-02 17:34:44 -07:00
cruise-control delete bjam --with-giza arg /Ergun Bicici 2016-01-11 22:10:17 +00:00
defer Code refactoring: All FF now get access to AllOptions at load time, so they don't have to rely on StaticData. 2015-12-08 12:56:55 +00:00
doc Replaced content by pointer to online documentation. 2014-08-04 17:20:33 +01:00
jam-files fixed path.c in jam-files 2024-06-06 15:38:25 +03:00
lm Compile phrase_table_vocab 2016-03-08 10:13:52 +00:00
mert Update email 2018-05-18 16:20:47 +02:00
mingw Lint-fixing binge. 2015-06-02 16:02:39 +07:00
misc delete old project files 2017-02-16 22:07:29 +00:00
moses check state object are not null before using it. For alternate weights setting where some feature functions are not used for a particular sentence 2019-01-17 14:34:55 +00:00
moses-cmd daily automatic beautifier 2017-03-05 00:00:41 +00:00
moses2 chmod -x 2024-04-30 13:54:01 -07:00
OnDiskPt move ConvertFromMoses() to Moses 2016-06-28 11:15:40 +01:00
phrase-extract clang once again 2022-01-06 21:53:24 +00:00
probingpt avoide boost 2024-02-21 16:50:13 -08:00
regression-testing jam file for regression tests 2017-02-01 00:57:42 +00:00
scripts disable giza when eflomal is in use 2024-06-06 15:44:50 +03:00
search WordsRange -> Range 2015-10-25 13:37:59 +00:00
symal Revert "macos" 2022-01-05 16:36:37 -08:00
util abort -> throw 2024-02-22 12:09:02 -08:00
vw numerically safe softmax in VW 2016-03-10 17:37:21 +01:00
.beautify-ignore Reorganization of server options. 2015-08-02 21:26:54 +01:00
.gitignore Ignoring directories doxy (doxygen output) and opt (3rd-party dependencies). 2015-10-28 00:26:00 +00:00
.gitmodules copy .gitmodules from master 2017-07-21 23:03:46 +01:00
.travis.yml added the config of travis-ci 2017-03-29 17:44:39 +08:00
azure-pipelines.yml restored build commands 2020-09-30 22:38:27 +05:30
bjam Fix cd error when running bjam from non-top 2013-03-19 11:17:17 +00:00
cgmanifest.json changes to handle part input 2020-10-01 08:38:30 +05:30
chk.tmp sample 2020-09-30 21:38:43 +05:30
COPYING streamlining license to LGPL 2.1 2015-09-25 17:20:09 -04:00
doxygen.conf Update to doxygen.conf. 2015-10-27 23:57:51 +00:00
env-check.yml Set up CI with Azure Pipelines 2020-09-03 07:27:47 +00:00
Jamroot fix symlink path in Jamroot when using --prefix 2018-02-20 12:09:32 +02:00
README README 2024-05-02 23:35:36 -07:00
run-regtests.sh Version-specific location for dependency irstlm. 2016-04-15 16:38:47 +01:00

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