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...")
 
m
Line 24: Line 24:
 
<pre>git clone https://github.com/apertium/apertium-kaz-sah.git</pre>
 
<pre>git clone https://github.com/apertium/apertium-kaz-sah.git</pre>
 
<pre>cd apertium-kaz-sah</pre>
 
<pre>cd apertium-kaz-sah</pre>
<pre>./autogen.sh --with-lang1=../apertium-kaz --with-lang2=../apertium-sah # paths to apertium-kaz and apertium-sah source folders</pre>
+
<pre>./autogen.sh --with-lang1=../apertium-kaz --with-lang2=../apertium-sah # paths to apertium-kaz and apertium-sah source folders</pre>
 
<pre>make</pre>
 
<pre>make</pre>
   

Revision as of 17:14, 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