Skip to content

Commit

Permalink
get rid of mention of --with-giza arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Hieu Hoang committed Jun 5, 2012
1 parent a7964e0 commit 86a1886
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions BUILD-INSTRUCTIONS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/.
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions Jamroot
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
#Note that, like language models, this is the --prefix where the library was
#installed, not some executable within the library.
#
#--with-giza=/path/to/giza
#Indicates where binaries GIZA++, snt2cooc.out, and mkcls live.
#Builds scripts/training/train-model.perl using these paths.
#
#Thread-caching malloc (optional):
#--with-tcmalloc
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if $(with-giza) {
check-for-bin mkcls ;
} else {
if $(CLEANING) = no {
echo "If you want scripts/training/train-model.perl, pass --with-giza=/path/to/giza-pp" ;
#echo "If you want scripts/training/train-model.perl, pass --with-giza=/path/to/giza-pp" ;
}
constant WITH-GIZA : "no" ;
}
Expand Down

0 comments on commit 86a1886

Please sign in to comment.