Difference between revisions of "Northern Sámi and Norwegian/Installation"
Jump to navigation
Jump to search
(Documentation in English) |
|||
Line 1: | Line 1: | ||
Prerequisites: |
Prerequisites: |
||
* hfst3 (from svn, last tested with revision |
* hfst3 (from svn, last tested with revision 1748), see [[HFST]] |
||
** foma (from svn, last tested with revision |
** foma (from svn, last tested with revision 48) |
||
* vislcg3, see [[CG]] |
* vislcg3 (from svn, last tested with revision 7602), see [[CG]] |
||
Other than that, installation is the same as [[Minimal installation from SVN]] |
Other than that, installation is the same as [[Minimal installation from SVN]] |
||
===Using hfst2 (DEPRECATED)=== |
|||
If you can't get hfst3+foma to work for you, comment out the lines with the 'hfst3' comment in Makefile.am, and uncommment the lines with 'hfst2', and install the following prerequisites: |
|||
First, the old hfst2 branch: |
|||
<pre> |
|||
svn co -r617 https://hfst.svn.sourceforge.net/svnroot/hfst/branches/hfst2 |
|||
cd hfst2 |
|||
autoreconf -i |
|||
./configure |
|||
make |
|||
sudo make install |
|||
</pre> |
|||
Then, hfst-proc (the hfst2-branch installs an older hfst-proc, so make sure you do this step after installing branches/hfst2): |
|||
<pre> |
|||
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 |
|||
</pre> |
|||
Revision as of 11:54, 28 October 2011
Prerequisites:
- 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
Other than that, installation is the same as Minimal installation from SVN