modbot.preprocessing.my_lemmatizer

modbot.preprocessing.my_lemmatizer(words)[source]

Lemmatize words

Parameters

words (list) – List of words to lemmatize

Returns

List of lemmatized words

Return type

list