Difference between revisions of "Analysing Finnish text"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<pre> |
<pre> |
||
$ apt-get install libreadline5-dev |
$ sudo apt-get install libreadline5-dev |
||
$ wget ftp://ftp.ims.uni-stuttgart.de/pub/corpora/SFST/SFST-1.4.2.tar.gz |
$ wget ftp://ftp.ims.uni-stuttgart.de/pub/corpora/SFST/SFST-1.4.2.tar.gz |
||
$ cd SFST/src |
$ cd SFST/src |
||
Line 21: | Line 21: | ||
$ make |
$ make |
||
$ sudo make install |
$ sudo make install |
||
</pre> |
|||
==Install Foma== |
|||
<pre> |
|||
$ sudo apt-get install zlib1g-dev libedit-dev |
|||
$ wget http://www.ling.helsinki.fi/~mhulden/foma-0.9.13alpha.tar.gz |
|||
$ tar -xzvf foma-0.9.13alpha.tar.gz |
|||
$ cd foma-0.9.13alpha/ |
|||
$ make |
|||
$ make install |
|||
</pre> |
</pre> |
||
Line 30: | Line 41: | ||
$ sh autogen.sh |
$ sh autogen.sh |
||
$ ./configure |
$ ./configure |
||
$ make |
|||
$ make install |
|||
</pre> |
</pre> |
||
Revision as of 00:09, 19 January 2011
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 Foma
$ sudo apt-get install zlib1g-dev libedit-dev $ wget http://www.ling.helsinki.fi/~mhulden/foma-0.9.13alpha.tar.gz $ tar -xzvf foma-0.9.13alpha.tar.gz $ cd foma-0.9.13alpha/ $ make $ make install
Install HFST
$ svn co https://hfst.svn.sourceforge.net/svnroot/hfst/trunk hfst $ cd hfst/hfst3 $ sh autogen.sh $ ./configure $ make $ make install