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...

List of all members.


Public Attributes

int wordID
WordStringNodenext
WordStringNodepar
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