Difference between revisions of "Finnish and Estonian"
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== |
|||
⚫ | |||
* forthcoming? |
|||
⚫ | |||
==Compilation, conversion== |
|||
; 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 == |
||
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 |
||
⚫ | |||
== Pending tests == |
== Pending tests == |
Latest revision as of 13:41, 5 January 2016
This is the main page documenting the Apertium MT system for translating from Finnish to Estonian.
Linguistic issues[edit]
- forthcoming?
Compilation, conversion[edit]
- Compiling the language pair
- Finnish and Estonian tagset stuff
- Integration and tagset conversion with Giellatekno
See also[edit]
- incubator: apertium-fin-est
- The Estonian fst Plamk at Giellatekno
- https://victorio.uit.no/biggies/trunk/langs/fin