Difference between revisions of "Matxin-spa-eus"

From Apertium
Jump to navigation Jump to search
(Created page with " ==Prerequisites== * matxin * matxin-spa (analysis component for Spanish) * matxin-eus (generation component for Basque) ==Installation== <pre> $ git clone htt...")
 
Line 1: Line 1:
'''matxin-spa-eus''' is a machine translation system based on [[Matxin]] for translating from Spanish to Basque.



==Prerequisites==
==Prerequisites==
Line 15: Line 15:
$ make
$ make
</pre>
</pre>



==Testing==
==Testing==


<pre>
<pre>
$ echo "Diez años después, Dostoevsky volvió a Rusia." | matxin -d . spa-eus

Gero urte 10, Dostoevsky Errusia itzuli zuen.
</pre>
</pre>



Revision as of 12:32, 5 May 2016

matxin-spa-eus is a machine translation system based on Matxin for translating from Spanish to Basque.

Prerequisites

Installation

$ git clone https://github.com/matxin/matxin-spa-eus.git
$ cd matxin-spa-eus
$ ./autogen.sh --with-lang1=/path/to/matxin-spa --with-lang2=/path/to/matxin-eus
$ make

Testing

$ echo "Diez años después, Dostoevsky volvió a Rusia." | matxin -d . spa-eus
Gero urte 10, Dostoevsky Errusia itzuli zuen.