Added the nltk library installation. (#31603)
* Added the nltk library installation. * Address feedback
This commit is contained in:
committed by
Quincy Larson
parent
6d49b972fb
commit
42181af79b
@ -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."
|
||||
@ -43,6 +44,11 @@ In simpler terms, it is a process in which natural language generated by humans
|
||||
*PolyGlot, a natural language pipeline that supports massive multilingual applications.
|
||||
*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 -->
|
||||
For further reading:
|
||||
|
Reference in New Issue
Block a user