/tools-README

https://code.google.com/p/phonetisaurus/ · #! · 42 lines · 26 code · 16 blank · 0 comment · 0 complexity · 85bf986b31baff73b7457143ea96053c MD5 · raw file

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