Skip to content

neubig/kyfd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kyfd - Release 0.0.1

Kyfd is a general-purpose beam-search decoder for WFST-based data processing.

REQUIREMENTS:
  Kyfd has been tested under Linux and gcc (versions 4.1.2-4.3.3).
  Two libraries are required to compile Kyfd:
    xerces-c for configuration file XML parsing
      http://xerces.apache.org/xerces-c/
    OpenFst for implementation of basic WFST algorithms
      http://www.openfst.org

INSTALLATION:
  Kyfd uses the GNU build system.

  If you have checked out from git, you will be missing some of the files
  needed to build, generate them by running
    ./bootstrap

  After this, follow the instructions in ./INSTALL

USAGE:
  To run the decoder, simply use
    kyfd [options...] config.xml < input.txt > output.txt

DOCUMENTATION:
  Documentation can be viewed at http://www.phontron.com/kyfd
  See ./NEWS for updates since the last release

About

A decoder for finite state models for text processing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages