Difference between revisions of "OpenFST"

From Apertium
Jump to navigation Jump to search
(Created page with 'OpenFST is one of the FST backends used in HFST. ==Installation== <pre> wget http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.2.7.tar.gz tar -xzvf openfst-1.2.7…')
 
Line 10: Line 10:
 
sudo make install
 
sudo make install
 
</pre>
 
</pre>
  +
  +
==External links==
  +
* http://openfst.org/
   
   

Revision as of 06:29, 15 April 2011

OpenFST is one of the FST backends used in HFST.

Installation

wget http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.2.7.tar.gz
tar -xzvf openfst-1.2.7.tar.gz 
cd openfst-1.2.7/
./configure
make
sudo make install

External links