Chinking - Natural Language Processing With Python and NLTK p.6
Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=EymPQgCtcAE
Chinking is a part of the chunking process with natural language processing with NLTK. A chink is what we wish to remove from the chunk. We define a chink in a very similar fashion compared to how we defined the chunk.
The reason why you may want to use a chink is when your chunker is getting almost everything you want, but is also picking up some things you don't want. You could keep adding chunker rules, but it may be far easier to just specify a chink to remove from the chunk.
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)
Natural Language Processing (Software Genre)
RegexpParser
PunktSentenceTokenizer
NLTK