Added the nltk library installation. (#31603)

* Added the nltk library installation.

* Address feedback
This commit is contained in:
Tanay Kulkarni
2019-07-19 13:59:11 -07:00
committed by Quincy Larson
parent 6d49b972fb
commit 42181af79b

View File

@ -1,6 +1,7 @@
---
title: Natural Language Processing
---
## Natural Language Processing(NLP)
According to Wikipedia, "Natural language processing (NLP) is a subfield of computer science, information engineering, and artificial intelligence, concerned with the interactions between computers and human (natural) languages, in particular how to program computers to process and analyze large amounts of natural language data."
@ -41,7 +42,12 @@ In simpler terms, it is a process in which natural language generated by humans
*TextBlob, a user-friendly and intuitive NLTK interface.
*CoreNLP from Stanford Group
*PolyGlot, a natural language pipeline that supports massive multilingual applications.
*Pattern, used for web crawling, NLP tasks, and machine learning.
*Pattern, used for web crawling, NLP tasks, and machine learning.
## Installing the package nltk which can help in Natural Language Processing:
pip install --upgrade pip
pip install --upgrade nltk
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->