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

From Apertium
Jump to navigation Jump to search
(Created page with 'hfst3 doesn't work correctly with apertium-sme-nob yet, so we need to use the old hfst2 branch, along with Brian Croom's hfst-proc. First, install the old hfst2 branch: <pre> sv…')
 
Line 19: Line 19:
 
sudo make install
 
sudo make install
 
</pre>
 
</pre>
  +
  +
  +
[[Category:Installation]]

Revision as of 17:55, 5 April 2011

hfst3 doesn't work correctly with apertium-sme-nob yet, so we need to use the old hfst2 branch, along with Brian Croom's hfst-proc.

First, install the old hfst2 branch:

svn co -r617 https://hfst.svn.sourceforge.net/svnroot/hfst/branches/hfst2
cd hfst2
autoreconf -i 
./configure
make 
sudo make install

Then, hfst-proc (the hfst2-branch installs an older hfst-proc, so make sure you do this step after installing branches/hfst2):

svn co -r617 https://hfst.svn.sourceforge.net/svnroot/hfst/trunk hfst-trunk
cd hfst-trunk/hfst-proc
sh autogen.sh
make 
sudo make install