Natural Language Processing With Python and NLTK p.1 Tokenizing words and Sentences

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=FLZvOKSCkxY



Duration: 19:54
791,146 views
7,864


Natural Language Processing is the task we give computers to read and understand (process) written text (natural language). By far, the most popular toolkit or API to do natural language processing is the Natural Language Toolkit for the Python programming language.

The NLTK module comes packed full of everything from trained algorithms to identify parts of speech to unsupervised machine learning algorithms to help you train your own machine to understand a specific bit of text.

NLTK also comes with a large corpora of data sets containing things like chat logs, movie reviews, journals, and much more!

Bottom line, if you're going to be doing natural language processing, you should definitely look into NLTK!

Playlist link: https://www.youtube.com/watch?v=FLZvOKSCkxY&list=PLQVvvaa0QuDf2JswnfiGkliBInZnIC4HL&index=1

sample code: http://pythonprogramming.net
http://hkinsley.com
https://twitter.com/sentdex
http://sentdex.com
http://seaofbtc.com




Other Videos By sentdex


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
2015-04-02Flask Tutorial Web Development with Python 21 - Dynamic user Content
2015-04-02Flask Tutorial Web Development with Python 20 - Login Required Decorator Wrapper
2015-04-02Flask Tutorial Web Development with Python 19 - user login system
2015-04-02Flask Tutorial Web Development with Python 18 - Password Hashing with Passlib
2015-04-01(April Fools) Sentdex Channel Update #99521
2015-03-29Flask Tutorial Web Development with Python 17 - User Registration finished



Tags:
Programming Language (Software Genre)
Outline Of Natural Language Processing
Natural Language Toolkit (Software)
Python (Programming Language)
Natural Language Processing (Software Genre)
Computer Science (Field Of Study)
tokenizing
sent_tokenize
word_tokenize
nltk
nlp