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



Duration: 4:55
97,304 views
684


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


2015-05-16Investigating Bias - Natural Language Processing With Python and NLTK p.17
2015-05-16Combining Algos with a Vote - Natural Language Processing With Python and NLTK p.16
2015-05-16Scikit-Learn incorporation - Natural Language Processing With Python and NLTK p.15
2015-05-15Save Classifier with Pickle - Natural Language Processing With Python and NLTK p.14
2015-05-14Naive Bayes - Natural Language Processing With Python and NLTK p.13
2015-05-13Words as Features for Learning - Natural Language Processing With Python and NLTK p.12
2015-05-12Text Classification - Natural Language Processing With Python and NLTK p.11
2015-05-11WordNet - Natural Language Processing With Python and NLTK p.10
2015-05-10NLTK Corpora - Natural Language Processing With Python and NLTK p.9
2015-05-07Named Entity Recognition - Natural Language Processing With Python and NLTK p.7
2015-05-07Lemmatizing - Natural Language Processing With Python and NLTK p.8
2015-05-06Chinking - Natural Language Processing With Python and NLTK p.6
2015-05-05Chunking - Natural Language Processing With Python and NLTK p.5
2015-05-04Part of Speech Tagging - Natural Language Processing With Python and NLTK p.4
2015-05-03Stemming - Natural Language Processing With Python and NLTK p.3
2015-05-02Stop Words - Natural Language Processing With Python and NLTK p.2
2015-05-01Natural Language Processing With Python and NLTK p.1 Tokenizing words and Sentences
2015-04-06Flask Tutorial Web Development with Python 23 - More CMS
2015-04-06Flask Tutorial Web Development with Python 24 - Crontab / Cron jobs
2015-04-06Flask Tutorial Web Development with Python 25 - Conclusion
2015-04-06Flask Tutorial Web Development with Python 22 - Content Management System



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