Moses is a statistical machine translation system that allows you to automatically train translation models for any language pair. All you need is a collection of translated texts (parallel corpus). An efficient search algorithm finds quickly the highest probability translation among the exponential number of choices.
Moses is a statistical machine translation system that allows you to automatically train translation models for any language pair. All you need is a collection of translated texts (parallel corpus). An efficient search algorithm finds quickly the highest probability translation among the exponential number of choices.
To install mosesdecoder, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mosesdecoder
To see what files were installed by mosesdecoder, run:
port contents mosesdecoder
To later upgrade mosesdecoder, run:
sudo port selfupdate && sudo port upgrade mosesdecoder
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.