#include <dictionary.h>
Static Public Member Functions | |
| static void | ReadWordFile (char *word_file) |
| Read in a word file. | |
| static Word * | Lookup (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. | |
|
||||||||||||
|
Add word wordId gramtype=gramId to the dictionary (if not present).
|
|
|
Dump (write out) all words to specified text file.
|
|
|
Lookup a word, based on Id.
|
|
|
Read in a word file.
|
|
|
Lookup a token, with spell correction.
|
1.4.6