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:
authorHieu Hoang <fishandfrolick@gmail.com>2012-06-05 21:15:43 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-06-05 21:15:43 +0400
commit86a1886cb49fa98aa83e93d03bb53e79dba1f0ca (patch)
treef3e448408957de45409fc4ab11a61cf597b74c3d /BUILD-INSTRUCTIONS.txt
parenta7964e02abccba838e7db1c4bdcebb65edb53c74 (diff)
get rid of mention of --with-giza arg
Diffstat (limited to 'BUILD-INSTRUCTIONS.txt')
-rw-r--r--BUILD-INSTRUCTIONS.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD-INSTRUCTIONS.txt b/BUILD-INSTRUCTIONS.txt
index 0fd1ed4e1..5b4ec2565 100644
--- a/BUILD-INSTRUCTIONS.txt
+++ b/BUILD-INSTRUCTIONS.txt
@@ -8,7 +8,7 @@ available at http://boost.org .
There are several optional dependencies:
-GIZA++ from http://code.google.com/p/giza-pp/ is used to build phrase tables.
+GIZA++ from http://code.google.com/p/giza-pp/ is used to align words in the parallel corpus during training.
Moses server requires xmlrpc-c with abyss-server. Source is available from
http://xmlrpc-c.sourceforge.net/.
@@ -85,7 +85,6 @@ Building consists of running
Common options are:
--with-srilm=/path/to/srilm to compile the decoder with SRILM support
--with-irstlm=/path/to/irstlm to compile the decoder with IRSTLM support
---with-giza=/path/to/giza to enable training scripts
-jN where N is the number of CPUs
--with-macports=/path/to/macports use MacPorts on Mac OS X.