Home | Trees | Indices | Help |
|
---|
|
NLTK-Lite is a collection of lightweight NLP modules designed for maximum simplicity and efficiency. NLTK-Lite only covers the simple variants of standard data structures and tasks. It makes extensive use of iterators so that large tasks generate output as early as possible.
Key differences from NLTK are as follows:
NLTK-Lite is primarily intended to facilitate teaching NLP to students having limited programming experience. The focus is on teaching Python together with the help of NLP recipes, instead of teaching students to use a large set of specialized classes.
Version: 0.7.5
Author:
Steven Bird
Copyright:
Copyright (C) 2001-2007 University of Pennsylvania. Distributed and Licensed under provisions of the GNU Public License, which is included by reference.
License:
GNU Public License
|
|||
|
|
|||
__version__ =
|
|||
__longdescr__ =
|
|||
__keywords__ =
|
|||
__url__ =
|
|||
__maintainer__ =
|
|||
__maintainer_email__ =
|
|||
__author_email__ =
|
|
__longdescr__
|
__keywords__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed May 16 22:47:17 2007 | http://epydoc.sourceforge.net |