#include <dictionary.h>
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. | |
Data * | GetData () |
Get the Data for this word. | |
Word * | GetCompound () |
Get Compound link, if any, for this word. | |
Word * | Next () |
Get the Next form of this word. | |
int | GetFrequency () |
Get the frequency of this word (used by spelling correction). |
|
Constructor.
|
|
Get Compound link, if any, for this word.
|
|
Get the Data for this word.
|
|
Get the frequency of this word (used by spelling correction).
|
|
Get the Id for the Gramar Type of this word.
|
|
Get the Id for the text of this word.
|
|
Link in an additional word to this word.
|
|
Get the Next form of this word.
|
|
Print this word.
|