From 290310dbc353841939e837b262da000474379be4 Mon Sep 17 00:00:00 2001 From: Cindy Barrientos <33592223+CindyBarrientos@users.noreply.github.com> Date: Wed, 5 Dec 2018 17:59:22 -0800 Subject: [PATCH] Create index.md for NLTK (#21619) * Create index.md * Rename guide/english/data-science-tools/NLTK/index.md to guide/english/data-science-tools/nltk/index.md --- guide/english/data-science-tools/nltk/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 guide/english/data-science-tools/nltk/index.md diff --git a/guide/english/data-science-tools/nltk/index.md b/guide/english/data-science-tools/nltk/index.md new file mode 100644 index 0000000000..e4d53a09d5 --- /dev/null +++ b/guide/english/data-science-tools/nltk/index.md @@ -0,0 +1,14 @@ +--- +title: Natural Language Took Kit +--- + +## NLTK +Natural Language Tool Kit is a popular natural language processing suite of libraries for English in the Python language. It is an excellent resource for text mining and analysis. + + + + +#### More Information: +1. [NLTK book](https://www.nltk.org/book/) +2. [NLTK documentation](https://www.nltk.org/) +3. [Getting started with NLTK, Part 1](https://textminingonline.com/dive-into-nltk-part-i-getting-started-with-nltk)