I see proper installation guide available for Giza, but not for Giza++. The instructions for installing the former (as found here http://giza.sourceforge.net/documentation/installation.html) is obviously not working on the latter. I am using Ubuntu 12.04.
相关问题
- How does the setup bootstrapper detect if prerequi
- How to get a list of antonyms lemmas using Python,
- Is there a way to remove IDV Tags from an AIFF fil
- Installation of Leiningen 2.X in Mac OS X
- Error when installing TDA package on R
相关文章
- Getting errors / failing tests when installing Pyt
- How do you make an installer for your python progr
- Installing the R interpeter and R as a shared libr
- How to get path of the php binary on server where
- Looking for documentation on the “right” way to in
- What's the difference between WordNet 3.1 and
- How can Eclipse find JDK in Linux?
- RGDAL won't install
Assuming that you have the dependencies, simple install with:
I've uploaded the pre-compiled binaries and you can get it here, but i'm not sure whether it works on your machine:
If you run into dependencies problems, simply install the dependencies required by the MOSES toolkit:
Personally, I would just use the fast aligner which implemented IBM model 2 without the whole fuss about
mkcls
, see https://github.com/clab/fast_alignTL;DR
When you install Moses, GIZA++ is also installed in the
mosesdecoder/bin/
directory. See http://www.statmt.org/moses/?n=Development.GetStartedTo install
MGIZA++
, do this:The binaries for MGIZA++ would be in
mgiza/mgizapp/bin/
.