Difference between revisions of "Analysing Finnish text"

From Apertium
Jump to navigation Jump to search
Line 1: Line 1:
 
{{TOCD}}
 
{{TOCD}}
  +
  +
==Install SFST==
  +
  +
<pre>
  +
$ apt-get install libreadline5-dev
  +
$ wget ftp://ftp.ims.uni-stuttgart.de/pub/corpora/SFST/SFST-1.4.2.tar.gz
  +
$ cd SFST/src
  +
$ make
  +
$ make install
  +
</pre>
  +
 
==Install OpenFST==
 
==Install OpenFST==
   

Revision as of 23:57, 18 January 2011

Install SFST

$ apt-get install libreadline5-dev
$ wget ftp://ftp.ims.uni-stuttgart.de/pub/corpora/SFST/SFST-1.4.2.tar.gz
$ cd SFST/src
$ make
$ make install

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