Detect stop terms. More...
#include <StopTerms.h>
Public Member Functions | |
StopTerms (void) | |
Construct class. | |
bool | stop (const char *term) |
Return true if 'term' is a stop word. |
Detect stop terms.
This class is used to detect stop terms using a predefined list.