Shallow Module¶
Module for shallow preprocessing techniques: lowercase, contractions expansion, urls replacement, abbreviations substiturion, POS tagging, etc.
This module inherit the normalization techniques and implement POS, lemmatization and stemming.
- preprocess.shallow.lemmatization(text, lang='en', input_type='raw_value')[source]¶
Lemmatize words based on WordNet corpus.