Add "*Text summarization" and "*Pattern..." (#24647)
This commit is contained in:
@ -31,7 +31,8 @@ In simpler terms, it is a process in which natural language generated by humans
|
|||||||
*Lemmatization / Stemming
|
*Lemmatization / Stemming
|
||||||
*Entity extraction
|
*Entity extraction
|
||||||
*Phrase extraction
|
*Phrase extraction
|
||||||
|
*Text summarization
|
||||||
|
|
||||||
### Popularly Used Libraries
|
### Popularly Used Libraries
|
||||||
*NLTK, the most widely-mentioned NLP library for Python.
|
*NLTK, the most widely-mentioned NLP library for Python.
|
||||||
*SpaCy, an industrial-strength NLP library built for performance.
|
*SpaCy, an industrial-strength NLP library built for performance.
|
||||||
@ -39,8 +40,8 @@ In simpler terms, it is a process in which natural language generated by humans
|
|||||||
*TextBlob, a user-friendly and intuitive NLTK interface.
|
*TextBlob, a user-friendly and intuitive NLTK interface.
|
||||||
*CoreNLP from Stanford Group
|
*CoreNLP from Stanford Group
|
||||||
*PolyGlot, a natural language pipeline that supports massive multilingual applications.
|
*PolyGlot, a natural language pipeline that supports massive multilingual applications.
|
||||||
|
*Pattern, used for web crawling, NLP tasks, and machine learning.
|
||||||
|
|
||||||
#### More Information:
|
#### More Information:
|
||||||
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
<!-- Please add any articles you think might be helpful to read before writing the article -->
|
||||||
For further reading :
|
For further reading :
|
||||||
|
Reference in New Issue
Block a user