Build a list of words. More...
#include <BuildWordList.h>
Public Member Functions | |
| BuildWordList (void) | |
| Initialise the word list. | |
| bool | prepareWordBuffer (char *word) |
| Case-fold, stop and stem the word. | |
| char | lowercase_char (char x) |
| Return the lowercase of the provided character. | |
| void | lowercase_word_buffer (void) |
| Convert the word buffer to lower case. | |
| void | iterated_stem (void) |
| Stem the word buffer. | |
Build a list of words.
This class is used when scanning a file containing a list of words (such as a text file) to build a list of words for indexing.
1.6.1