Difference between revisions of "Kazakh and Sakha"

From Apertium
Jump to navigation Jump to search
(Created page with "This is Apertium translation pair for Kazakh and Sakha. The pair is currently located in [https://github.com/apertium/apertium-kaz-sah incubator]. ==Installation== Y...")
(No difference)

Revision as of 17:07, 26 March 2018

This is Apertium translation pair for Kazakh and Sakha. The pair is currently located in incubator.

Installation

You will need:

Install apertium-kaz

git clone https://github.com/apertium/apertium-kaz.git
cd apertium-kaz
./autogen.sh
make

Install apertium-sah

git clone https://github.com/apertium/apertium-sah.git
cd apertium-sah
./autogen.sh
make

Install apertium-kaz-sah

git clone https://github.com/apertium/apertium-kaz-sah.git
cd apertium-kaz-sah
./autogen.sh --with-lang1=../apertium-kaz --with-lang2=../apertium-sah # paths to apertium-kaz and apertium-sah source folders
make