chouhbik / Introduction-to-NLTK-for-NLP

Tutorial for beginners to learn Natural Language Toolkit (NLTK)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction-to-NLTK-for-NLP

Natural Language Processing (NLP) comes from an automatic or semi-automatic process of human language. The NLP was developed around linguistic research and cognitive science, psychology, biology and mathematics. In the particular field of computer science, NLP is related to compilation techniques, formal language theory, human-machine interaction and "machine learning".

Through this tutorial, let's go to the discovery of this amazing NLP library under the sweet name of Natural Language Toolkit (NLTK). It's a toolkit for creating programs for text analysis. This set was originally created by Steven Bird and Edward Loper, in connection with courses in computational linguistics at the University of Pennsylvania in 2001. There is a learning manual for this set titled Natural Language Processing with Python ( in English): http://www.nltk.org/book/

About

Tutorial for beginners to learn Natural Language Toolkit (NLTK)


Languages

Language:Jupyter Notebook 100.0%