MTTT_web is a port to the web of TTT, (short of Machine Translation Training Tool), made in cooperation with Paula Estrella.
Here's the Corpus Preparation tab, where the users can choose files and prepare them (ie.: send the for tokenization) for the training: The training tab: The machine translation tab: Evaluation: Post-Edition, which can be bilingual or monolingual And Differences
Install Docker on your system.
- Install instructions for Mac OS X
- Install instructions for Ubuntu Linux
- Install instructions for other platforms
Install Docker Compose on your system.
- Python/pip:
sudo pip install -U docker-compose
- Other:
curl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose; chmod +x /usr/local/bin/docker-compose
Run sudo sh run.sh
. It will create a local docker repository from where docker images for the MTTT web and Moses API will be loaded. After that it will load them and run them as scalable services.