apertium/apertium-python

I am trying to check with Python but getting an error..

sridharbodla opened this issue · 7 comments

image

=> please suggest me how to use this module.

image

Do i have to install any modules

orgh0 commented

@sridharbodla are you in the repository home when you're trying to import apertium?

orgh0 commented

Also, you need to install the requirements.txt which has all the dependencies. Along with which you need to install the language specific data as well.

orgh0 commented
wget http://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash
sudo apt-get -f --allow-unauthenticated install apertium-all-dev
sudo apt-get -f --allow-unauthenticated install apertium-es-en apertium-eng

Run this first and get all the apertium language-specific data and install apertium
then pip install the requirements.txt

Thanks for your reply..

the above commands seems to for Linux. Can you please share the info for windows installation?

This should work with Windows too.

How to install this in windows?

This is not ready for Windows usage.

See #6 for the issue which once closed, would indicate Windows support.