Package nltk
[hide private]
[frames] | no frames]

Package nltk

source code

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.


Version: 0.9.5

Author: Steven Bird, Edward Loper, Ewan Klein

Copyright: Copyright (C) 2001-2008 NLTK Project. Distributed and Licensed under provisions of the GNU Public License, which is included by reference.

License: GNU Public License

Submodules [hide private]

Variables [hide private]
  __author_email__ = '[email protected]'
  __keywords__ = ['NLP', 'CL', 'natural language processing', 'c...
  __longdescr__ = 'The Natural Langauge Toolkit (NLTK) is a Pyth...
  __maintainer__ = 'Steven Bird, Edward Loper, Ewan Klein'
  __maintainer_email__ = '[email protected]'
  __url__ = 'http://nltk.org/'
  __version__ = '0.9.5'
Variables Details [hide private]

__keywords__

Value:
['NLP',
 'CL',
 'natural language processing',
 'computational linguistics',
 'parsing',
 'tagging',
 'tokenizing',
 'syntax',
...

__longdescr__

Value:
'''The Natural Langauge Toolkit (NLTK) is a Python package for
processing natural language text.  NLTK requires Python 2.4 or higher.\
'''