Difference between revisions of "OpenFST"

From Apertium
Jump to navigation Jump to search
Line 20: Line 20:
 
Search for the error on this page: http://www.openfst.org/twiki/bin/view/Forum/FstForum
 
Search for the error on this page: http://www.openfst.org/twiki/bin/view/Forum/FstForum
   
See [http://pastebin.com/6gT7EHk5 this paste] for the updated <code>Makefile.am</code>
+
See [http://paste.ubuntu.com/783708/ this paste] for the updated <code>Makefile.am</code>
   
 
==External links==
 
==External links==

Revision as of 17:44, 26 December 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

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