Part of Speech Tagging - Natural Language Processing With Python and NLTK p.4
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=6j6M2MtEqi8
Part of Speech tagging does exactly what it sounds like, it tags each word in a sentence with the part of speech for that word. This means it labels words as noun, adjective, verb, etc. PoS tagging also covers tenses of the parts of speech.
This is normally quite the challenge, but NLTK makes this pretty darn simple!
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)
Outline Of Natural Language Processing
Python (Programming Language)
Part-of-speech Tagging
Natural Language Processing (Software Genre)
pos_tag
nltk.pos_tag
NLTK