Installing the Erzya - Moksha language pair
Jump to navigation
Jump to search
The Erzya-Moksha pair uses the [Giella infrastructure] for its monolingual transducers. If you have already set it up, see Language pair below. If not, the following is a minimal installation (ask a unix guru for help and see the Giella documentation if the commands below do not make sense to you).
Monolingual dependencies
$ svn co https://victorio.uit.no/langtech/trunk/giella-core $ cd giella-core $ ./autogen.sh $ ./configure $ make $ cd ..
$ svn co https://victorio.uit.no/langtech/trunk/giella-shared $ cd giella-shared $ ./autogen.sh $ ./configure $ make $ cd ..
Now edit your $HOME/.bashrc and add two lines, replacing /PATH/TO with the full path to those directories:
export GIELLA_CORE=/PATH/TO/giella-core export GIELLA_SHARED=/PATH/TO/giella-shared
And do source ~/.bashrc
$ svn co https://victorio.uit.no/langtech/trunk/langs/myv giella-myv $ cd giella-myv $ ./autogen.sh $ ./configure --with-hfst --enable-reversed-intersect --enable-apertium $ make $ cd ..
$ svn co https://victorio.uit.no/langtech/trunk/langs/mdf giella-mdf $ cd giella-mdf $ ./autogen.sh $ ./configure --with-hfst --enable-reversed-intersect --enable-apertium $ make $ cd ..
Language pair
$ git clone git@github.com:/apertium/apertium-myv-mdf.git $ cd apertium-myv-mdf $ ./autogen.sh --with-lang1=../giella-myv/tools/mt/apertium --with-lang2=../giella-mdf/tools/mt/apertium $ make