lader is a program that is able to train and use discriminative parsers to improve machine translation reordering. It is unlike other parsers in that it can be trained directly from aligned parallel text with no annotated syntax trees. Using it for translation between language pairs with very different word order can greatly improve translation accuracy.
lader is a program that is able to train and use discriminative parsers to improve machine translation reordering. It is unlike other parsers in that it can be trained directly from aligned parallel text with no annotated syntax trees. Using it for translation between language pairs with very different word order can greatly improve translation accuracy.
To install lader, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lader
To see what files were installed by lader, run:
port contents lader
To later upgrade lader, run:
sudo port selfupdate && sudo port upgrade lader
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.