Apertium-quality/Installation
< Apertium-quality
Jump to navigation
Jump to search
Revision as of 11:42, 30 August 2011 by 123.243.206.102 (talk)
Contents
Requirements
You must have:
- Python >=3.1
Recommended for installation:
- python3-lxml [1]
- python3-nltk (Available in my repository; explained later)
All other dependencies are installed automatically.
With easy_install
If you have easy_install installed for Python 3, just run:
easy_install apertium-quality
From source
The source code can be acquired in a few ways.
Git:
git clone git://github.com/bbqsrc/apertium-quality.git
SVN:
svn co https://apertium.svn.sourceforge.net/svnroot/apertium/trunk/apertium-tools/apertium-quality
Tarball:
wget https://github.com/bbqsrc/apertium-quality/tarball/master
With root
Installing to the root of your Python installation is easy:
./autogen.sh
Enter yes when prompted. If errors are spat about incorrect Python version being detected, tell it which Python 3 to use with the PYTHON environment variable like:
PYTHON=/path/to/python3 ./autogen.sh
Without root (user prefix)
Installation without root is no more difficult than above:
./autogen.sh --prefix ~/yourprefix
After installation, restart your terminal.