Dictionary Class Reference

Class Dictionary contains known words. More...

#include <dictionary.h>

List of all members.

Static Public Member Functions

static void ReadWordFile (char *word_file)
 Read in a word file.
static WordLookup (Id wordId)
 Lookup a word, based on Id.
static void AddWord (Id wordId, Id gramId)
 Add word wordId gramtype=gramId to the dictionary (if not present).
static Id Token (char *inWord)
 Lookup a token, with spell correction.
static void Dump (char *fileName)
 Dump (write out) all words to specified text file.


Detailed Description

Class Dictionary contains known words.


Member Function Documentation

void Dictionary::AddWord Id  wordId,
Id  gramId
[static]
 

Add word wordId gramtype=gramId to the dictionary (if not present).

void Dictionary::Dump char *  fileName  )  [static]
 

Dump (write out) all words to specified text file.

Word * Dictionary::Lookup Id  wordId  )  [static]
 

Lookup a word, based on Id.

void Dictionary::ReadWordFile char *  word_file  )  [static]
 

Read in a word file.

Id Dictionary::Token char *  inWord  )  [static]
 

Lookup a token, with spell correction.


The documentation for this class was generated from the following files:
Generated on Sun Oct 8 09:32:10 2006 for gabbie by  doxygen 1.4.6