Difference between revisions of "Apertium-kpv-koi"

From Apertium
Jump to navigation Jump to search
(Created page with " The kpv-koi language pair. ==Monolingual transducers== ==Installation== ===Monolingual dependencies=== <pre> $ svn co https://victorio.uit.no/langtech/trunk/giella-core $ c...")
 
(Redirected page to Komi Zyrian and Komi Permyak)
 
Line 1: Line 1:
  +
#REDIRECT[[Komi Zyrian and Komi Permyak]]
 
The kpv-koi language pair.
 
 
==Monolingual transducers==
 
 
==Installation==
 
===Monolingual dependencies===
 
<pre>
 
$ svn co https://victorio.uit.no/langtech/trunk/giella-core
 
$ cd giella-core
 
$ ./autogen.sh
 
$ ./configure
 
$ make
 
$ cd ..
 
</pre>
 
 
<pre>
 
$ svn co https://victorio.uit.no/langtech/trunk/giella-shared
 
$ cd giella-shared
 
$ ./autogen.sh
 
$ ./configure
 
$ make
 
$ cd ..
 
</pre>
 
 
Now edit your <tt>$HOME/.bashrc</tt> and add two lines, replacing <tt>/PATH/TO</tt> with the full path to those directories:
 
 
<pre>
 
export GIELLA_CORE=/PATH/TO/giella-core
 
export GIELLA_SHARED=/PATH/TO/giella-shared
 
</pre>
 
 
And do <tt>source ~/.bashrc</tt>
 
 
<pre>
 
$ svn co https://victorio.uit.no/langtech/trunk/langs/kpv giella-kpv
 
$ cd giella-kpv
 
$ ./autogen.sh
 
$ ./configure --with-hfst --enable-reversed-intersect --enable-apertium
 
$ make
 
$ cd ..
 
</pre>
 
 
<pre>
 
$ svn co https://victorio.uit.no/langtech/trunk/langs/koi giella-koi
 
$ cd giella-koi
 
$ ./autogen.sh
 
$ ./configure --with-hfst --enable-reversed-intersect --enable-apertium
 
$ make
 
$ cd ..
 
</pre>
 
 
===Language pair===
 
 
<pre>
 
$ git clone git@github.com:/apertium/apertium-kpv-koi.git
 
$ cd apertium-kpv-koi
 
$ ./autogen.sh --with-lang1=../giella-kpv/tools/mt/apertium --with-lang2=../giella-koi/tools/mt/apertium
 
$ make
 
</pre>
 
 
[[Category:Language pairs]]
 

Latest revision as of 05:08, 3 April 2020