Lemmatizing - Natural Language Processing With Python and NLTK p.8
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=uoHVztKY6S4
A very similar operation to stemming is called lemmatizing. The major difference between these is, as you saw earlier, stemming can often create non-existent words.
So, your root stem, meaning the word you end up with, is not something you can just look up in a dictionary.
A root lemma, on the other hand, is a real word. Many times, you will wind up with a very similar word, but sometimes, you will wind up with a completely different word.
sample code: http://pythonprogramming.net
http://hkinsley.com
https://twitter.com/sentdex
http://sentdex.com
http://seaofbtc.com
Other Videos By sentdex
Tags:
Natural Language Toolkit (Software)
Natural Language Processing (Software Genre)
Outline Of Natural Language Processing
Python (Programming Language)
Lemmatisation
lemma
WordNetLemmatizer
nltk.stem
stemming
stem
lemmatize
lemmatizer