Skip to content

A port of MTTT to the web, as a dockerized application.

Notifications You must be signed in to change notification settings

miguelemosreverte/MTTT_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A port of MTTT to the web, as a dockerized application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published