simpleparse.common
index
s:\sp\simpleparse\common\__init__.py

Common (library) definitions
 
You normally use this module by importing one of our
sub-modules (which automatically registers itself with
the SOURCES list defined here).
 
Calling common.share( dictionary ) with a dictionary
mapping string names to element token instances will
make the element tokens available under those string
names in default parsers.  Note: a Parser can override
this by specifying an explicit definitionSources
parameter in its initialiser.

 
Package Contents
            
__init__
calendar_names
chartypes
comments
iso_date
iso_date_loose
numbers
phonetics
strings
timezone_names
 
Functions
            
share(dictionary)
 
Data
             SOURCES = []
__file__ = r'S:\sp\simpleparse\common\__init__.pyc'
__name__ = 'simpleparse.common'
__path__ = [r'S:\sp\simpleparse\common']