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: 2.0.1rc1

Author: Steven Bird, Edward Loper, Ewan Klein

Copyright: Copyright (C) 2001-2011 NLTK Project. Distributed and Licensed under the Apache License, Version 2.0, which is included by reference.

License: Apache License, Version 2.0

Submodules [hide private]

Functions [hide private]
 
demo() source code
Variables [hide private]
  SLASH = *slash*
  TYPE = *type*
  __author_email__ = 'sb@csse.unimelb.edu.au'
  __classifiers__ = ['Development Status :: 5 - Production/Stabl...
  __keywords__ = ['NLP', 'CL', 'natural language processing', 'c...
  __longdescr__ = 'The Natural Language Toolkit (NLTK) is a Pyth...
  __maintainer__ = 'Steven Bird, Edward Loper, Ewan Klein'
  __maintainer_email__ = 'sb@csse.unimelb.edu.au'
  __url__ = 'http://nltk.org/'
  __version__ = '2.0.1rc1'
  toolbox = <LazyModule 'nltk.toolbox'>
  toy_pcfg1 = <Grammar with 17 productions>
  toy_pcfg2 = <Grammar with 23 productions>
  vi = (2, 5, 4, 'final', 0)
Variables Details [hide private]

__classifiers__

Value:
['Development Status :: 5 - Production/Stable',
 'Intended Audience :: Developers',
 'Intended Audience :: Education',
 'Intended Audience :: Information Technology',
 'Intended Audience :: Science/Research',
 'License :: OSI Approved :: Apache Software License',
 'Operating System :: OS Independent',
 'Programming Language :: Python :: 2.4',
...

__keywords__

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

__longdescr__

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