2011-09-28 03:35:59 +02:00
|
|
|
NLTK, the Natural Language Toolkit, is a suite of Python libraries and
|
|
|
|
programs for symbolic and statistical natural language processing.
|
|
|
|
NLTK includes graphical demonstrations and sample data. It is accompanied
|
|
|
|
by extensive documentation, including tutorials that explain the underlying
|
2003-11-03 16:42:33 +01:00
|
|
|
concepts behind the language processing tasks supported by the toolkit.
|
|
|
|
|
2011-09-28 03:35:59 +02:00
|
|
|
NLTK is ideally suited to students who are learning NLP (natural language
|
|
|
|
processing) or conducting research in NLP or closely related areas,
|
|
|
|
including empirical linguistics, cognitive science, artificial intelligence,
|
|
|
|
information retrieval, and machine learning. NLTK has been used successfully
|
|
|
|
as a teaching tool, as an individual study tool, and as a platform for
|
|
|
|
prototyping and building research systems.
|
2003-11-03 16:42:33 +01:00
|
|
|
|
2010-07-28 09:19:25 +02:00
|
|
|
WWW: http://www.nltk.org/
|