Difference between revisions of "Analysing Finnish text"

From Apertium
Jump to navigation Jump to search
(Created page with ' ==Install HFST== ==Install Omorfi== ==Install VISLCG== Category:Documentation')
 
Line 1: Line 1:
  +
==Install OpenFST==
  +
  +
<pre>
  +
$ wget http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.2.6.tar.gz
  +
$ tar -xzvf openfst-1.2.6.tar.gz
  +
$ cd openfst-1.2.6/
  +
$ ./configure
  +
$ make
  +
  +
</pre>
   
 
==Install HFST==
 
==Install HFST==
  +
  +
<pre>
  +
$ svn co https://hfst.svn.sourceforge.net/svnroot/hfst/trunk hfst
  +
$ cd hfst/hfst3
  +
$ sh autogen.sh
  +
$ ./configure
  +
  +
</pre>
   
 
==Install Omorfi==
 
==Install Omorfi==
  +
  +
   
 
==Install VISLCG==
 
==Install VISLCG==
  +
  +
   
   

Revision as of 23:50, 18 January 2011

Install OpenFST

$ wget http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.2.6.tar.gz
$ tar -xzvf openfst-1.2.6.tar.gz 
$ cd openfst-1.2.6/
$ ./configure
$ make

Install HFST

$ svn co https://hfst.svn.sourceforge.net/svnroot/hfst/trunk hfst
$ cd hfst/hfst3
$ sh autogen.sh
$ ./configure

Install Omorfi

Install VISLCG