Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
| Arc | Arc class |
| FbCell | Cell in dynamic programming chart for Forward-Backward algorithm |
| FrameCell | Cell in dynamic programming chart for Viterbi algorithm |
| FrameData | Struct for holding (active) cells at a frame in the DP chart |
| FrontEnd | Front end class; does signal processing |
| GmmCount | GMM count class |
| GmmScorer | Abstract base class, interface for object computing GMM probs |
| GmmSet | Class holding set of diagonal covariance GMM's |
| GmmStats | GMM statistics for reestimating a GmmSet |
| Graph | Graph/FSM class |
| Lab2FbMain | Encapsulation of main loop for Forward-Backward decoding |
| Lab2TrainMain | Encapsulation of main loop for Viterbi training |
| Lab2VitMain | Encapsulation of main loop for Viterbi decoding |
| Lab3LmMain | Encapsulation of main loop for LM training/eval |
| Lab4VitMain | Encapsulation of main loop for Viterbi decoding |
| LangModel | Language model class |
| matrix< T > | Boost Matrix class |
| NGramCounter | Class for storing counts for a set of n-grams |
| SymbolTable | Class holding symbol table for a graph/FSM |
| Timer | CPU timer |
| VitCell | Cell in dynamic programming chart for Viterbi algorithm |
| WordTree | Struct for holding a backtrace word tree |