#include <segSyntax.h>
Data Fields | |
| long | numNodes |
| Number of state nodes. | |
| short | vecSize |
| Number of elements of an acoustic feature vector. | |
| short | targetVecSize |
| Number of elements of an articualtory vector. | |
| SEG_SYNTAX_ITEM * | nodeList |
| Pointer to definition of syntax. | |
The syntax is an array of nodes (of struct syntaxItem), which are concatenated states of the appropriate models.
1.5.1