Natural Language Toolkit

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 138.80.98.88 (talk) at 06:38, 31 July 2016 (Drop stale discussion of NLTK-Lite, which is no longer pertinent as it is more than a decade in the past). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Natural Language Toolkit
Original author(s)Steven Bird, Edward Loper, Ewan Klein
Developer(s)Team NLTK
Initial release2001 (2001)[1]
Stable release
3.2.1 / 9 April 2016; 8 years ago (2016-04-09)[2]
Preview release
3.0b2 / 21 August 2014; 9 years ago (2014-08-21)[3]
Repository
Written inPython
TypeNatural language processing
LicenseApache 2.0[4]
Websitenltk.org
Parse tree generated with NLTK

The Natural Language Toolkit, or more commonly NLTK, is a suite of libraries and programs for symbolic and statistical natural language processing (NLP) for English written in the Python programming language. It was developed by Steven Bird and Edward Loper in the Department of Computer and Information Science at the University of Pennsylvania.[5] NLTK includes graphical demonstrations and sample data. It is accompanied by a book that explains the underlying concepts behind the language processing tasks supported by the toolkit,[6] plus a cookbook.[7]

NLTK is intended to support research and teaching in NLP or closely related areas, including empirical linguistics, cognitive science, artificial intelligence, information retrieval, and machine learning.[8] NLTK has been used successfully as a teaching tool, as an individual study tool, and as a platform for prototyping and building research systems.There are 32 universities in the US and 25 countries using NLTK in their courses. NLTK supports classification, tokenization, stemming, tagging, parsing, and semantic reasoning functionalities.[9]

Library highlights

See also

References

  1. ^ project site on SourceForge; registered:2001-07-09
  2. ^ "NLTK ChangeLog". nltk.org. Retrieved 2015-10-16.
  3. ^ "NLTK News". nltk.org. Retrieved 2014-07-25.
  4. ^ "NLTK License". NLTK Project. Retrieved 2015-02-14.
  5. ^ "Preface". www.nltk.org. Retrieved 2016-06-15.
  6. ^ Bird, Steven; Klein, Ewan; Loper, Edward (2009). Natural Language Processing with Python. O'Reilly Media Inc. ISBN 0-596-51649-5.
  7. ^ Perkins, Jacob (2010). Python Text Processing with NLTK 2.0 Cookbook. Packt Publishing. ISBN 1849513600.
  8. ^ Bird, Steven; Klein, Ewan; Loper, Edward; Baldridge, Jason (2008). "Multidisciplinary instruction with the Natural Language Toolkit" (PDF). Proceedings of the Third Workshop on Issues in Teaching Computational Linguistics, ACL. {{cite journal}}: Cite journal requires |journal= (help)
  9. ^ "NLTK Courses". Google Docs. Retrieved 2016-06-15.

External links