#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 | |
1.5.1