Difference between revisions of "Kazakh and Russian"

From Apertium
Jump to navigation Jump to search
(Created page with "= Kazakh and Russian = This is a ''stub''. Using apertium-tat-rus as a model, on 2014.11.27 we successfully prepared a skeleton of the apertium-kaz-rus language pair, which ...")
 
Line 1: Line 1:
= Kazakh and Russian =
 
 
 
This is a ''stub''.
 
This is a ''stub''.
   
Using apertium-tat-rus as a model, on 2014.11.27 we successfully prepared a skeleton of the apertium-kaz-rus language pair, which is in the incubator. It contains only the kaz→rus direction, recycled rules from tat–rus,  and a few words in the dictionary, but the KazNU team has a large SQL-queryable rus–kaz dictionary that could be used to populate it.
+
Using apertium-tat-rus as a model, on 2014.11.27 we successfully prepared a skeleton of the apertium-kaz-rus language pair, which is in the incubator [https://svn.code.sf.net/p/apertium/svn/incubator/apertium-kaz-rus]. It contains only the kaz→rus direction, recycled rules from tat–rus,  and a few words in the dictionary, but the KazNU team has a large SQL-queryable rus–kaz dictionary that could be used to populate it.
   
 
The pair requires HFST/Foma and VISL CG3 to be installed
 
The pair requires HFST/Foma and VISL CG3 to be installed

Revision as of 16:33, 27 November 2014

This is a stub.

Using apertium-tat-rus as a model, on 2014.11.27 we successfully prepared a skeleton of the apertium-kaz-rus language pair, which is in the incubator [1]. It contains only the kaz→rus direction, recycled rules from tat–rus,  and a few words in the dictionary, but the KazNU team has a large SQL-queryable rus–kaz dictionary that could be used to populate it.

The pair requires HFST/Foma and VISL CG3 to be installed

Installation instructions:

cd $HOME/sources
svn co https://svn.code.sf.net/p/apertium/svn/languages/apertium-kaz
svn co https://svn.code.sf.net/p/apertium/svn/languages/apertium-rus
svn co https://svn.code.sf.net/p/apertium/svn/incubator/apertium-kaz-rus
cd apertium-kaz
./autogen.sh
make
cd ../apertium-rus
./autogen.sh
make
cd ../apertium-kaz-rus
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./autogen.sh \
--with-lang1=$HOME/sources/apertium-kaz \
--with-lang2=$HOME/sources/apertium-rus