Kazakh and Sakha

From Apertium
Revision as of 17:14, 26 March 2018 by Eirien (talk | contribs)
Jump to navigation Jump to search

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