Difference between revisions of "OpenFST"

From Apertium
Jump to navigation Jump to search
(1.2.9)
Line 3: Line 3:
 
==Installation==
 
==Installation==
 
<pre>
 
<pre>
wget http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.2.9.tar.gz
+
wget http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/openfst-1.2.9.tar.gz &&
tar -xzvf openfst-1.2.9.tar.gz
+
tar -xzvf openfst-1.2.9.tar.gz &&
cd openfst-1.2.9/
+
cd openfst-1.2.9/ &&
./configure
+
./configure &&
make
+
make &&
 
sudo make install
 
sudo make install
 
</pre>
 
</pre>

Revision as of 09:55, 13 March 2012

OpenFST is one of the FST backends used in HFST.

Installation

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

Troubleshooting

../script/.libs/libfstscript.so: undefined reference to `dlopen'
../script/.libs/libfstscript.so: undefined reference to `dlerror'

Search for the error on this page: http://www.openfst.org/twiki/bin/view/Forum/FstForum

See this paste for the updated Makefile.am

External links