Chunking - Natural Language Processing With Python and NLTK p.5
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=imPpT2Qo2sk
Chunking in Natural Language Processing (NLP) is the process by which we group various words together by their part of speech tags.
One of the most popular uses of this is to group things by what are called "noun phrases." We do this to find the main subjects and descriptive words around them, but chunking can be used for any combination of parts of speech.
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)
Python (Programming Language)
Natural Language Processing (Software Genre)
Outline Of Natural Language Processing
chunking
chunk
noun phrase
PunktSentenceTokenizer
RegexpParser
NLTK