Difference between revisions of "User:Yamaha5"

From Apertium
Jump to navigation Jump to search
Line 10: Line 10:
 
==links==
 
==links==
 
*[[Apertium New Language Pair HOWTO]]
 
*[[Apertium New Language Pair HOWTO]]
  +
*[[Minimal installation from SVN]]
 
*[http://webchat.freenode.net/?channels=apertium IRC]
 
*[http://webchat.freenode.net/?channels=apertium IRC]
 
<pre>
 
<pre>

Revision as of 07:14, 11 August 2015

I am active at fa.wikipedia.org.

Farsi

=paired

links

Note: if you want to quickly create the "skeleton" of a language pair (empty dictionaries, makefiles etc.), do:
wget https://raw.githubusercontent.com/apertium/bootstrap/master/apertium-init.py
python3 apertium-init.py xxx
python3 apertium-init.py yyy
python3 apertium-init.py xxx-yyy
You'll get three directories apertium-xxx, apertium-yyy, apertium-xxx-yyy which you should be able to compile like
cd apertium-xxx
./autogen.sh
make
cd -
cd apertium-yyy
./autogen.sh
make
cd -
cd apertium-xxx-yyy
./autogen.sh —with-lang1=../apertium-xxx —with-lang2=../apertium-yyy
make