Software:Natural Language Toolkit

From HandWiki
Natural Language Toolkit
Original author(s)Steven Bird, Edward Loper, Ewan Klein
Developer(s)Team NLTK
Initial release2001; 23 years ago (2001)[1]
Written inPython
TypeNatural language processing
LicenseApache 2.0[2]
Websitewww.nltk.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 supports classification, tokenization, stemming, tagging, parsing, and semantic reasoning functionalities.[3] 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]

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.

Library highlights


See also

References

  1. "Project site on SourceForge". 9 July 2001. http://sourceforge.net/projects/nltk/. 
  2. "NLTK License". NLTK Project. https://github.com/nltk/nltk/blob/develop/LICENSE.txt. 
  3. "NLTK Courses". https://docs.google.com/document/d/1eYubSwLkpB7ZgfQVxxAwgsmAqS__BRfbMyP9qV6ngD8/edit. 
  4. "Preface". http://www.nltk.org/book/ch00.html. 
  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. Proceedings of the Third Workshop on Issues in Teaching Computational Linguistics, ACL. http://aclweb.org/anthology-new/W/W08/W08-0208.pdf. 
  8. "NLTK :: Sample usage for drt". https://www.nltk.org/howto/drt.html. 

External links