WLRTracker Struct Reference
The WLRTracker type, is created to track the single correct recognition obtained during forced alignment. It can be used to check when the correct path was left because of (for example) pruning. More...
Public Attributes | |
WLRType | w |
WLRType * | linkWord |
int | wordID |
int | errorRegionID |
BlameCluster | errorCategory |
int | contextNext |
Detailed Description
The WLRTracker type, is created to track the single correct recognition obtained during forced alignment. It can be used to check when the correct path was left because of (for example) pruning.The contextNext parameter can only be used when phone recognition is enabled.
Member Data Documentation
Referenced by LexicalTree::safeBestRecognition().
Referenced by LexicalTree::errorAnalysis().
Referenced by LexicalTree::errorAnalysis().
Referenced by LexicalTree::errorAnalysis(), LexicalTree::safeBestRecognition(), and LexicalTree::~LexicalTree().