Skip to content
This repository was archived by the owner on Oct 22, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 876 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 876 Bytes

django-trans

For comparing different trans quality

Synopsis

This project is intend to help NLP translation being more accurate. Including translations vote and Side by Side evaulations tool.

Motivation

In order to fit the concept of state of art when doing mechine learning, developer should always be aware of the changes to make their results different. In NLP, different occasions always have different tranlations despite to the same source.

So this project trying to capture user's 'moods' each time when making translations. It also has funcionalities of searching, voting and batch translations. User can simply download the resulting translations from one-click download link.

Installation

You should set up python 3x locally, as well as django framework.

To build on localhost, after cd in your repo, simple type

./manage.py runserver