mosesdecoder/contrib/m4m
Jeroen Vermeulen 1d7ed728ee Rename ‘aux’ to ‘auxiliary’ for Windows' sake.
Any filename like “aux” or “aux.*” is special in Windows, and can't be
opened, dir'ed, and so on.  This was causing some people problems.
2015-06-03 00:00:57 +07:00
..
examples Rename ‘aux’ to ‘auxiliary’ for Windows' sake. 2015-06-03 00:00:57 +07:00
modules Rename ‘aux’ to ‘auxiliary’ for Windows' sake. 2015-06-03 00:00:57 +07:00
scripts Major revision of m4m. May not be backwards-compatible. 2014-05-18 21:53:19 +01:00
util Moved merge-sorted from contrib/m4m/util to misc. 2014-07-19 19:05:58 +01:00
Jamfile Tried to get merge-sorted to compile under bjam. Didn't work. 2014-05-18 21:49:22 +01:00
Makefile Put libraries in the right order for things to work. 2014-05-18 15:51:56 +01:00
README Added known issues to the m4m README. 2013-09-14 11:21:00 +01:00

M4M - Makefiles for Moses

Makefiles for Moses (M4M) is a collection of make file modules designed to
facilitate building and experimenting with Moses MT systems. The long story is
in the paper (m4m.pdf).

You'll need the following additional tools (in your PATH):
- wget if you want to use m4m to download and install WMT data sets 
- Gnu parallel: http://www.gnu.org/software/parallel/
- a word aligner (mgiza or fastalign or Berkeley Aligner)

******************************************************************************
*        MAKEFILES FOR MOSES IS STILL UNDER INTENSIVE DEVELOPMENT.           *
*  BEAR WITH ME WHILE BUGS ARE BEING FIXED AND FUNCTIONALITY IS ADDED.       *
******************************************************************************

KNOWN ISSUES: 

- giza phrase table creation sometimes fails when make is run in
  multi-threaded mode. Running make without the -j switch seems to work.



Ulrich Germann