36 #ifndef DATA_STEMMER_ENGLISH_HPP_ 37 #define DATA_STEMMER_ENGLISH_HPP_ 39 #include "../../_extern/porter2_stemmer/porter2_stemmer.h" 63 Porter2Stemmer::stem(token);
void trim(std::string &stringToTrim)
Removes whitespaces around a string.
Definition: Strings.hpp:360
void stemEnglish(std::string &token)
Stems a token in English.
Definition: English.hpp:61
Namespace for linguistic stemmers.
Definition: English.hpp:44