OpenFST

From Apertium
Revision as of 09:08, 29 March 2011 by Unhammer (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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