#include <WordType.h>
Definition at line 96 of file WordType.h.
Public Member Functions | |
| int | IsChar (int c) const |
| int | IsControl (int c) const |
| int | IsDigit (int c) const |
| int | IsStrictChar (int c) const |
| int | Normalize (String &s) const |
| int | StripPunctuation (String &s) const |
| WordType (const Configuration &config) | |
Static Public Member Functions | |
| static String | NormalizeStatus (int flags) |
Private Attributes | |
| int | allow_numbers |
| Dictionary | badwords |
| char | chrtypes [256] |
| String | extra_word_characters |
| int | lowercase |
| int | maximum_length |
| int | minimum_length |
| int | truncate |
| String | valid_punctuation |
1.5.5