Difference between revisions of "User:Pankajksharma/Patcher Installation"

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
 
Installation instructions for running [[User:pankajksharma/Patcher | Python patcher]]
 
Installation instructions for running [[User:pankajksharma/Patcher | Python patcher]]
   
  +
1. Install git and svn
Would be added soon.
 
  +
  +
2. Install apertium and the language pair(s) you want to use. Check http://wiki.apertium.org/wiki/Installation for further instructions.
  +
  +
3. Clone using git clone https://github.com/pankajksharma/py-apertium.git
  +
  +
4. Install python and python libraries. Libraries that would be required are as follow:
  +
numpy https://pypi.python.org/pypi/numpy
  +
python-translate http://translate.sourceforge.net/doc/api/translate.storage.tmx-module.html

Revision as of 20:31, 17 August 2014

Installation instructions for running Python patcher

1. Install git and svn

2. Install apertium and the language pair(s) you want to use. Check http://wiki.apertium.org/wiki/Installation for further instructions.

3. Clone using git clone https://github.com/pankajksharma/py-apertium.git

4. Install python and python libraries. Libraries that would be required are as follow:

  numpy https://pypi.python.org/pypi/numpy
  python-translate http://translate.sourceforge.net/doc/api/translate.storage.tmx-module.html