Tanl Linguistic Pipeline |
Public Member Functions | |
NormWordSet (char const *file) | |
NormWordSet (std::string &file) | |
std::pair< _Base::iterator, bool > | insert (const char *word) |
Turn words to lowercase. | |
bool | contains (char const *word) |
Test for the presence of word word in the set. | |
bool | contains (std::string const &word) |
Test for the presence of word word in the set. |