/tools-README
https://code.google.com/p/phonetisaurus/ · #! · 42 lines · 26 code · 16 blank · 0 comment · 0 complexity · 85bf986b31baff73b7457143ea96053c MD5 · raw file
- NOTE:
- This was written by Chris Taylor, who wrote the original version of the FstPathFinder class as part of another project.
- I (JRN) modified this nice project to return a list of hypothesis-cost pairs and included it in Phonetisaurus.
- README
- OpenFst Tools
- This is a collection of useful tools put together for use with the OpenFst (http://www.openfst.org) toolkit.
- The collection contains some code found on the OpenFst forum. Currently considering offering additional tools found in lextools.
- Where the forum provided information, a link to said forum article is provided.
- License
- This code was licensed under the Apache license that OpenFst is released under.
- Dependencies
- Assumptions:
- I assume you're building with gcc/g++.
- Deps:
- libdl and libfst
- libdl should be installed already, if it's not, install your OS "developer" packages
- libfst is the OpenFst library, you can get it at http://www.openfst.org
- Build Instuctions
- Edit the Makefile variable EXTRA to match your system configuration. This means you'll have to add any custom
- -I and -L flags so gcc/g++ know where to find the proper include and library files.
- Contact
- If you have any recommendations, ideas, or comments, please feel free to contact the google code page related to this collection.
- Chris Taylor
- http://code.google.com/p/openfst-tools/
- Thanks
- The OpenFst team and user community