segGrammar Struct Reference

Recognition grammar (bigram phone probability). More...

#include <segGrammar.h>


Data Fields

long numPhones
 Number of phones.
char ** label
 Phone labels.
double * initProb
 Array with the entry costs of the phones.
double * exitProb
 Array with the exit costs of the phones.
double ** biProb
 2D array with bigram (biphone) posterior probabilities


Detailed Description

Recognition grammar (bigram phone probability).


The documentation for this struct was generated from the following file:
Generated on Sun Aug 5 02:40:38 2007 for SEGRec Version 1.0 by  doxygen 1.5.1