Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 1.15 KB

README.textile

File metadata and controls

executable file
·
26 lines (19 loc) · 1.15 KB

Welcome to the WikiTrans-Pootle wiki!

WikiTrans is an open-source machine translation project that is intended for use with the Wikipedia
community. Using Pootle as a platform, users are able to request translations of Wikipedia articles
into various languages. The user community can review and post-edit machine translations before
submitting the new article to Wikipedia. Eventually, these post-edits will be used to update the MT
systems.

Documentation

  • See [[license]] for more information.

Required Packages
In order to use WikiTrans, the following packages are required (in addition to the files in requirements.txt and the attempted installation script mentioned below):
Translate Toolkit version 1.9.0.
Django version 1.3.1.
lxml version 2.3.2.

Quick Setup Guide

Before retrieving this project from GitHub, try to use the installation script provided in dependencies/install.sh.
The following information needs to be updated:
GIT_PARENT_DIRECTORY="/home/nick/workspace/"

1. Install Python 2.6.x or 2.7.×.

2. An installation script has been created to attempt to simplify the installation process. However, it is imperfect.