openbsd-ports/textproc/py-nltk/pkg/DESCR
jasper f3a5127b04 import py-nltk 2.0b7
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
textbook and API documention, is available from the NLTK website:
http://www.nltk.org/
2009-11-13 12:17:08 +00:00

15 lines
583 B
Plaintext

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
textbook and API documention, is available from the NLTK website:
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
accomplished by issueing the following commands from the Python interpreter:
>>> import nltk
>>> nltk.download()