From a906bfbcb6fa92e02df4efefcee237f6df3917c1 Mon Sep 17 00:00:00 2001 From: sophiekamuf <36629628+sophiekamuf@users.noreply.github.com> Date: Fri, 14 Dec 2018 03:16:02 +0100 Subject: [PATCH] Add "*Text summarization" and "*Pattern..." (#24647) --- .../machine-learning/natural-language-processing/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/guide/english/machine-learning/natural-language-processing/index.md b/guide/english/machine-learning/natural-language-processing/index.md index bef0a65fe5..0509feda33 100644 --- a/guide/english/machine-learning/natural-language-processing/index.md +++ b/guide/english/machine-learning/natural-language-processing/index.md @@ -31,7 +31,8 @@ In simpler terms, it is a process in which natural language generated by humans *Lemmatization / Stemming *Entity extraction *Phrase extraction - + *Text summarization + ### Popularly Used Libraries *NLTK, the most widely-mentioned NLP library for Python. *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. *CoreNLP from Stanford Group *PolyGlot, a natural language pipeline that supports massive multilingual applications. - - + *Pattern, used for web crawling, NLP tasks, and machine learning. + #### More Information: For further reading :