moses-smt / giza-pp

GIZA++ is a statistical machine translation toolkit that is used to train IBM Models 1-5 and an HMM word alignment model. This package also contains the source for the mkcls tool which generates the word classes necessary for training some of the alignment models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This package contains the GIZA++ toolkit and the mkcls tool, originally
written by F.J. Och and several other authors.

For more information, refer to the README files and the following pages:
  http://www.fjoch.com/mkcls.html
  http://www.fjoch.com/GIZA++.html

UPDATE 4th April 2015, by Hieu Hoang:

Works with most versions of gcc and clang, including really old versions.

Why not try using mgiza? It's multi-threaded and kept up to date to work with most compilers
   https://github.com/moses-smt/mgiza

About

GIZA++ is a statistical machine translation toolkit that is used to train IBM Models 1-5 and an HMM word alignment model. This package also contains the source for the mkcls tool which generates the word classes necessary for training some of the alignment models.


Languages

Language:C++ 97.7%Language:C 1.1%Language:Makefile 0.8%Language:Shell 0.4%