DeSR Dependency Parser |
#include <Suffixes.h>
Public Member Functions | |
Suffixes (char const *file) | |
Load from file containing one word per line. | |
Suffixes (std::string &file) | |
char const * | match (char const *word) |
Check if. | |
void | store (char const *file) |
Store to file: one word per line. |
Definition at line 38 of file Suffixes.h.
char const * Tanl::Text::Suffixes::match | ( | char const * | word | ) |
Check if.
word | ends in one of the suffixes. | |
word | the word to check |
Definition at line 72 of file Suffixes.cpp.