crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Data::Lemmatizer Class Reference

Lemmatizer. More...

#include <Lemmatizer.hpp>

Lemmatization

void lemmatize (std::string &token, const std::string &dictionary)
 Lemmatizes a token. More...
 

Cleanup

void clear ()
 Clears the lemmatizer, freeing the memory used by all dictionaries. More...
 

Detailed Description

Member Function Documentation

◆ clear()

◆ lemmatize()

void crawlservpp::Data::Lemmatizer::lemmatize ( std::string &  token,
const std::string &  dictionary 
)
inline

Lemmatizes a token.

Parameters
tokenReference to a string containing the token to be lemmazized.
dictionaryView of a string containing the name of the dictionary to be used for lemmatizing the token.

The documentation for this class was generated from the following file: