Saturday, April 28, 2018

Lemmatizing In Natural Language Processing

We have been through the process of stemming in which we had reduced inflected words to their word stem (base form). There is a similar concept called lemmatizing. In stemming there are chances of getting the non-existent word but in lemmatizing we only get actual words. The resulting words we get after the process of lemmatizing are called lemmas.

source https://www.c-sharpcorner.com/Blogs/lemmatizing-in-natural-language-processing

No comments:

Post a Comment