Home | Trees | Indices | Help |
|
---|
|
Backwards compatibility with previous versions of Python.
This module provides backwards compatibility by defining functions and classes that were not available in earlier versions of Python. Intented usage:
>>> from nltk.compat import *
Currently, NLTK requires Python 2.4 or later.
|
|||
defaultdict defaultdict(default_factory) --> dict with default factory |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:50 2008 | http://epydoc.sourceforge.net |