Difference between revisions of "Finnish and Estonian"

From Apertium
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{TOCD}}
{{TOCD}}


This is the main page documenting the Apertium MT system for translating from Finnish to Estonian.
==Issues==


==Linguistic issues==
* [[Finnish and Estonian tagset stuff]]


* forthcoming?
== Compiling the language pair ==


==Compilation, conversion==
; Get the source code
* [[Compiling the language pair]]
* [[Finnish and Estonian tagset stuff]]
* [[Integration and tagset conversion with Giellatekno]]


<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 ==
Line 66: Line 19:
* [http://giellatekno.uit.no/doc/lang/est/EstonianDocumentation.html The Estonian fst Plamk at Giellatekno]
* [http://giellatekno.uit.no/doc/lang/est/EstonianDocumentation.html The Estonian fst Plamk at Giellatekno]
* https://victorio.uit.no/biggies/trunk/langs/fin
* https://victorio.uit.no/biggies/trunk/langs/fin
* [[Integration and tagset conversion with Giellatekno]]


== Pending tests ==
== Pending tests ==

Latest revision as of 13:41, 5 January 2016