Difference between revisions of "Natural Language Toolkit (NLTK)"
Line 1: | Line 1: | ||
[http://www.youtube.com/results?search_query=NLTK+nlp+toolkit Youtube search...] | [http://www.youtube.com/results?search_query=NLTK+nlp+toolkit Youtube search...] | ||
− | * [[Natural Language Tools]] | + | * [[Natural Language Tools & Services]] |
* [http://www.nltk.org/ Natural Language Toolkit | NLTK.org] | * [http://www.nltk.org/ Natural Language Toolkit | NLTK.org] | ||
* [http://likegeeks.com/nlp-tutorial-using-python-nltk/ NLP Tutorial Using Python NLTK (Simple Examples)] | * [http://likegeeks.com/nlp-tutorial-using-python-nltk/ NLP Tutorial Using Python NLTK (Simple Examples)] |
Revision as of 02:38, 20 November 2018
- Natural Language Tools & Services
- Natural Language Toolkit | NLTK.org
- NLP Tutorial Using Python NLTK (Simple Examples)
- How to do Natural Language Processing | Anaconda Documentation
- How Machines Understand Our Language: An Introduction to Natural Language Processing | Emma Grimaldi - KDnuggets
NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for industrial-strength NLP libraries, and an active discussion forum.