Software:AT&T FSM Library

From HandWiki
Revision as of 01:33, 9 November 2021 by imported>TextAI2 (over-write)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AT&T FSM Library
Written inC++
TypeLibrary or Framework

The AT&T FSM Library is a collection of Unix software tools for creating and manipulating finite-state machines, specifically weighted finite-state acceptors and transducers. While completely general, the library was designed for and is being used in speech processing applications, such as speech recognition and speech synthesis. It is available under non-commercial (binary only) and commercial licenses from AT&T Labs.

The Library consists of three sets of component:

  • User program level components that are stand-alone programs and read/write data from files or pipes.
  • A hierarchy of C/C++ library functions that can be used from the user's code.
  • A set of definitions that specify labels, weights and kinds of fsm representations.

External links