|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../../_extern/porter2_stemmer/porter2_stemmer.h"#include <string>

Go to the source code of this file.
Namespaces | |
| crawlservpp::Data::Stemmer | |
| Namespace for linguistic stemmers. | |
Functions | |
| void | crawlservpp::Data::Stemmer::stemEnglish (std::string &token) |
| Stems a token in English. More... | |