Difference between revisions of "Analysing Finnish text"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
===Install HFST=== |
===Install HFST=== |
||
<!-- |
|||
<pre> |
<pre> |
||
$ svn co https://hfst.svn.sourceforge.net/svnroot/hfst/trunk hfst |
$ svn co https://hfst.svn.sourceforge.net/svnroot/hfst/trunk hfst |
||
Line 35: | Line 35: | ||
$ ./configure --without-foma |
$ ./configure --without-foma |
||
$ make |
$ make |
||
$ sudo make install |
|||
</pre> |
|||
--> |
|||
<pre> |
|||
$ wget http://downloads.sourceforge.net/project/hfst/hfst/hfst-2.4.1.tar.gz |
|||
$ tar -xzvf hfst-2.4.1.tar.gz |
|||
$ cd hfst-2.4.1/ |
|||
$ ./configure |
|||
$ make |
|||
$ sudo make install |
$ sudo make install |
||
</pre> |
</pre> |
Revision as of 11:20, 19 January 2011
Installation
First make a directory called something like "source" in your home directory. The commands below assume you start in that directory.
Install SFST
$ sudo 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 $ sudo make install $ sudo make libinstall
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 $ sudo make install
Install HFST
$ wget http://downloads.sourceforge.net/project/hfst/hfst/hfst-2.4.1.tar.gz $ tar -xzvf hfst-2.4.1.tar.gz $ cd hfst-2.4.1/ $ ./configure $ make $ sudo make install
Install Omorfi
$ svn co http://svn.gna.org/svn/omorfi/trunk omorfi $ cd omorfi $ sh autogen.sh $ ./configure $ make $ sudo make install