WordStringNode Struct Reference
A WordStringNode is a node from the tree-structure that contains the text versions of all words in a vocabulary. Organising the words in a tree makes look-up faster. This is mainly important when converting ARPA language models to Shout language models, but also when parsing application arguments. More...
Public Attributes | |
int | wordID |
WordStringNode * | next |
WordStringNode * | par |
char | c |
Detailed Description
A WordStringNode is a node from the tree-structure that contains the text versions of all words in a vocabulary. Organising the words in a tree makes look-up faster. This is mainly important when converting ARPA language models to Shout language models, but also when parsing application arguments.Member Data Documentation
char WordStringNode::c |
Referenced by StringLookup::getWordID(), and StringLookup::StringLookup().
Referenced by StringLookup::deleteWordTree(), StringLookup::getWordID(), and StringLookup::StringLookup().
Referenced by StringLookup::deleteWordTree(), StringLookup::getWordID(), and StringLookup::StringLookup().
Referenced by StringLookup::getWordID(), and StringLookup::StringLookup().