AT&T FSM Library
From Wikipedia, the free encyclopedia
|
|
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
| Written in | C++ |
|---|---|
| Type | Library 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.
[edit] External links
| This Unix-related article is a stub. You can help Wikipedia by expanding it. |