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.
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.
To install giza-pp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install giza-pp
To see what files were installed by giza-pp, run:
port contents giza-pp
To later upgrade giza-pp, run:
sudo port selfupdate && sudo port upgrade giza-pp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.