Natural Language Toolkit

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.[4] 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,[5] plus a cookbook.[6]

Natural Language Toolkit
Original author(s)Steven Bird, Edward Loper, Ewan Klein
Developer(s)Team NLTK
Initial release2001 (2001)[1]
Stable release
3.5 / 13 April 2020 (2020-04-13)[2]
Repository
Written inPython
TypeNatural language processing
LicenseApache 2.0[3]
Websitewww.nltk.org
Parse tree generated with NLTK

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.[7] 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.[8]

Library highlights

gollark: But I don't think it's very sensible in either the "full state control of the economy" or "communes or something and magically getting along" senses.
gollark: People seem to disagree on how "communism" is actually defined a lot.
gollark: Do you have a version of that political compass which can actually be read?
gollark: 1. open python2. write code3. run code4. your code does not work5. all is suffering
gollark: > they are too moderateYes, how dare they not agree precisely with your specific something leaning views.

See also

References

  1. "Project site on SourceForge". 9 July 2001.
  2. "NLTK ChangeLog". nltk.org. Retrieved 13 April 2020.
  3. "NLTK License". NLTK Project. Retrieved 14 February 2015.
  4. "Preface". www.nltk.org. Retrieved 15 June 2016.
  5. Bird, Steven; Klein, Ewan; Loper, Edward (2009). Natural Language Processing with Python. O'Reilly Media Inc. ISBN 978-0-596-51649-9.
  6. Perkins, Jacob (2010). Python Text Processing with NLTK 2.0 Cookbook. Packt Publishing. ISBN 978-1849513609.
  7. 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. Archived from the original (PDF) on 2 September 2011. Cite journal requires |journal= (help)
  8. "NLTK Courses". Google Docs. Retrieved 15 June 2016.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.