2009-11-13 07:17:08 -05:00
|
|
|
NLTK, the Natural Language Toolkit, is a suite of open source Python
|
|
|
|
modules, data sets and tutorials supporting research and development in
|
|
|
|
Natural Language Processing.
|
|
|
|
|
|
|
|
A substantial amount of documentation about how to use NLTK, including a
|
2011-03-14 05:15:33 -04:00
|
|
|
textbook and API documentation, is available from the NLTK website:
|
2009-11-13 07:17:08 -05:00
|
|
|
http://www.nltk.org/
|
|
|
|
|
|
|
|
By default not all the packages that can be used with NLTK have been
|
|
|
|
installed. It is recommended to manually install these. This can be
|
2011-03-14 05:15:33 -04:00
|
|
|
accomplished by issuing the following commands from the Python
|
|
|
|
interpreter:
|
2009-11-13 07:17:08 -05:00
|
|
|
|
|
|
|
>>> import nltk
|
|
|
|
>>> nltk.download()
|