Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.02 KB

README.md

File metadata and controls

36 lines (26 loc) · 2.02 KB

TTT_web

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: alt text The training tab: alt text The machine translation tab: alt text Evaluation: alt text Post-Edition, which can be bilingual alt text or monolingual alt text And Differences alt text

Prerequisites

Install Docker on your system.

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

Setup and start

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.