Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordowobeha <dowobeha@1f5c12ca-751b-0410-a591-d2e778427230>2011-05-24 19:48:28 +0400
committerdowobeha <dowobeha@1f5c12ca-751b-0410-a591-d2e778427230>2011-05-24 19:48:28 +0400
commita040227376b03c51bc657ed4a7ae01a6ad944afa (patch)
treeb240c00aca817e64127fc2d7070dda486b0388d9 /regenerate-makefiles.sh
parent3135cf9e3f2f573a690e370e780e12620b5bacf5 (diff)
Syntactic LM can now be enabled by passing --with-synlm to configure. The path to the ModelBlocks parser is now assumed to be synlm/hhmm, and no longer needs to be explicitly specified.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3994 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'regenerate-makefiles.sh')
-rwxr-xr-xregenerate-makefiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regenerate-makefiles.sh b/regenerate-makefiles.sh
index c1c9ef2e0..24e8f53f7 100755
--- a/regenerate-makefiles.sh
+++ b/regenerate-makefiles.sh
@@ -55,7 +55,7 @@ $LIBTOOLIZE || die "libtoolize failed"
echo
echo "You should now be able to configure and build:"
-echo " ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm] [--with-randlm=/path/to/randlm] [--without-kenlm] [--with-synlm=/path/to/modelblocks] [--with-xmlrpc-c=/path/to/xmlrpc-c-config]"
+echo " ./configure [--with-srilm=/path/to/srilm] [--with-irstlm=/path/to/irstlm] [--with-randlm=/path/to/randlm] [--without-kenlm] [--with-synlm] [--with-xmlrpc-c=/path/to/xmlrpc-c-config]"
echo " make -j 4"
echo