Difference between revisions of "Northern Sámi and Norwegian/Installation"

From Apertium
Jump to navigation Jump to search
(update)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Prerequisites:
 
   
  +
'''Installation'''
* hfst3 (from svn, last tested with revision 1748), see [[HFST]]
 
** foma (from svn, last tested with revision 48)
 
* vislcg3 (from svn, last tested with revision 7602), see [[CG]]
 
   
  +
Developers will need the compilers (hfst, vislcg3, apertium) as well as the North Saami analyser, the translation program and the Norwegian generator. Ready-compiled (hfst, vislcg3) files as well as source file for downloands and compilation are found via these links:
Other than that, installation is the same as [[Minimal installation from SVN]]
 
   
  +
* [[Installation|Installation of Apertium]]
  +
* [https://giellalt.github.io/infra/GettingStarted.html Installation of hfst, vislcg3 and the North Saami analyser]
  +
* [https://github.com/apertium/apertium-nob/ Installation of the Norwegian generator]
  +
* [https://github.com/apertium/apertium-sme-nob/ Installation of the North Saami - Norwegian translation program|]
  +
  +
The North Saami analyser should be compiled in ''lang-sme'' with the following configuration
  +
  +
./autogen.sh # thereafter follow the instructions wrt. giella-core
  +
./configure --enable-apertium
  +
make
  +
  +
The North Saami - Norwegian translation programs should be set up as follows. Assuming you have installed the apertium repositories in ''apertium'', the North Saami one in ''giellalt'' and both in the same directory, the following commands may be run in ''apertium-sme-nob'':
  +
  +
./configure --with-lang1=../../giellalt/lang-sme/tools/mt/apertium --with-lang2=../apertium-nob
  +
  +
make
  +
  +
  +
If you've installed [[Bash completion]] and set the $GTHOME variable as per [https://giellalt.github.io/infra/GettingStarted.html Getting Started], you can just do "./autogen.sh -TAB" and it'll fill out the tools/mt/apertium path for you.
   
 
[[Category:Installation]]
 
[[Category:Installation]]
 
[[Category:Documentation in English]]
 
[[Category:Documentation in English]]
  +
[[Category:Language pairs]]
  +
[[Category:Northern Sámi and Norwegian]]

Latest revision as of 12:47, 10 March 2024

Installation

Developers will need the compilers (hfst, vislcg3, apertium) as well as the North Saami analyser, the translation program and the Norwegian generator. Ready-compiled (hfst, vislcg3) files as well as source file for downloands and compilation are found via these links:

The North Saami analyser should be compiled in lang-sme with the following configuration

./autogen.sh # thereafter follow the instructions wrt. giella-core
./configure --enable-apertium
make

The North Saami - Norwegian translation programs should be set up as follows. Assuming you have installed the apertium repositories in apertium, the North Saami one in giellalt and both in the same directory, the following commands may be run in apertium-sme-nob:

./configure --with-lang1=../../giellalt/lang-sme/tools/mt/apertium --with-lang2=../apertium-nob
make


If you've installed Bash completion and set the $GTHOME variable as per Getting Started, you can just do "./autogen.sh -TAB" and it'll fill out the tools/mt/apertium path for you.