Word Class Reference

Class Word is used to manage what is known about various words. More...

#include <dictionary.h>

List of all members.

Public Member Functions

 Word (Id word, Id gtype, Word *pCompound, Data *p_data=NULL, Word *pNext=NULL)
 Constructor.
void Link (Word *word)
 Link in an additional word to this word.
void Print ()
 Print this word.
Id GetWord ()
 Get the Id for the text of this word.
Id GetGramType ()
 Get the Id for the Gramar Type of this word.
DataGetData ()
 Get the Data for this word.
WordGetCompound ()
 Get Compound link, if any, for this word.
WordNext ()
 Get the Next form of this word.
int GetFrequency ()
 Get the frequency of this word (used by spelling correction).


Detailed Description

Class Word is used to manage what is known about various words.


Constructor & Destructor Documentation

Word::Word Id  word,
Id  gtype,
Word pCompound,
Data p_data = NULL,
Word pNext = NULL
 

Constructor.


Member Function Documentation

Word* Word::GetCompound  )  [inline]
 

Get Compound link, if any, for this word.

Data* Word::GetData  )  [inline]
 

Get the Data for this word.

int Word::GetFrequency  )  [inline]
 

Get the frequency of this word (used by spelling correction).

Id Word::GetGramType  )  [inline]
 

Get the Id for the Gramar Type of this word.

Id Word::GetWord  )  [inline]
 

Get the Id for the text of this word.

void Word::Link Word word  ) 
 

Link in an additional word to this word.

Word* Word::Next  )  [inline]
 

Get the Next form of this word.

void Word::Print  ) 
 

Print this word.


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