nltk.tag.PerceptronTagger.normalize

PerceptronTagger.normalize(word)[source]

Normalization used in pre-processing. - All words are lower cased - Digits in the range 1800-2100 are represented as !YEAR; - Other digits are represented as !DIGITS

Return type:str