Difference between revisions of "Analysing Finnish text"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{TOCD}} |
|||
==Install OpenFST== |
==Install OpenFST== |
||
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