Difference between revisions of "Finnish and Estonian"

From Apertium
Jump to navigation Jump to search
Line 4: Line 4:


* [[Finnish and Estonian tagset stuff]]
* [[Finnish and Estonian tagset stuff]]
* [[Compiling the language pair]]


== Compiling the language pair ==


; Get the source code

<pre>
mkdir giellatekno
cd giellatekno
svn co https://victorio.uit.no/langtech/trunk/langs/fin giella-fin
svn co https://victorio.uit.no/langtech/trunk/langs/est giella-est
svn co https://victorio.uit.no/langtech/trunk/gtcore core
cd ..
mkdir apertium
cd apertium
svn co https://svn.code.sf.net/p/apertium/svn/incubator/apertium-fin-est
cd ..
</pre>

; Build Giellatekno components

<pre>
cd giellatekno

cd core
./autogen.sh
./configure --disable-silent-rules --prefix=$PREFIX/local
make install
cd ..

cd giella-est
./autogen.sh
./configure --with-hfst --without-xfst --enable-apertium --prefix=$PREFIX/local
make V=1
cd ..

cd giella-fin
./autogen.sh
./configure --with-hfst --without-xfst --enable-apertium --prefix=$PREFIX/local
make V=1
cd ..

cd ..
</pre>

; Build Apertium components

<pre>
cd apertium

cd apertium-fin-est
./autogen.sh --with-lang1=../../giellatekno/giella-fin/tools/mt/apertium --with-lang2=../../giellatekno/giella-est/tools/mt/apertium \
--prefix=$PREFIX/local
make

cd ..
</pre>


== See also ==
== See also ==

Revision as of 13:33, 5 January 2016