Difference between revisions of "Analysing Finnish text"

From Apertium
Jump to navigation Jump to search
(Redirected page to Finnish)
 
(21 intermediate revisions by 8 users not shown)
Line 1: Line 1:
#redirect[[Finnish]]
{{TOCD}}

==Installation==

First make a directory called something like "source" in your home directory. The commands below assume you start in that directory.

===Install SFST===

<pre>
$ 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
</pre>

===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
$ sudo make install
</pre>

===Install HFST===

<pre>
$ svn co https://hfst.svn.sourceforge.net/svnroot/hfst/trunk hfst
$ cd hfst/hfst3
$ sh autogen.sh
$ ./configure --without-foma
$ make
$ sudo make install
</pre>

===Install Omorfi===



===Install VISLCG===


==Usage==

===Morphological analysis===

===Morphological disambiguation===



[[Category:Documentation]]

Latest revision as of 19:33, 18 April 2017

Redirect to: