edobashira / trainc

Automatically exported from code.google.com/p/trainc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrainC - Version 0.5

TrainC builds compact context dependency transducers for WFST-based speech
recognition from acoustic training data.

REQUIREMENTS
  This version is known to work under Linux and MacOS X using g++ (>= 4.1).
  OpenFst (http://www.openfst.org) is required.
  gperftools (http://gperftools.googlecode.com) is optional.
  CppUnit (http://cppunit.sf.net) is optional.

INSTALLATION
  Follow the generic GNU build system instructions in ./INSTALL.

  Options:
  --with-openfst-include-path Path to OpenFst header files
    (default: /usr/local/include)
  --with-openfst-lib-path     Path to OpenFst library files
    (default: /usr/local/lib)
  --with-google-perftools     Path to gperftools (optional,
    default: autodetect)
  --enable-threads            Enable support for multi threading
    (requires pthreads, default: no)
  --enable-tests              Build unit tests (requires CppUnit.
    default: no)

DOCUMENTATION
  See http://trainc.googlecode.com for documentation.

About

Automatically exported from code.google.com/p/trainc

License:Other


Languages

Language:C++ 94.5%Language:Python 3.3%Language:Shell 1.9%Language:C 0.2%