https://github.com/wilkeraziz/mosesdecoder
Raw File
Tip revision: eeac96260285a07fa20398faad6915bcd6e70e6a authored by Ulrich Germann on 25 May 2015, 10:50:44 UTC
Bug fix. Bjam would fail if bin/moses_chart didn't exist. Notice the -sf for the link command, which forces the link even if bin/moses_chart exists.
Tip revision: eeac962
BUILD-INSTRUCTIONS.txt
Instructions for building and installing Moses are online:

   http://www.statmt.org/moses/?n=Development.GetStarted

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
back to top