Metadata-Version: 1.1
Name: streamcorpus
Version: 0.3.28
Summary: Tools for organizing a collections of text for entity-centric stream processing.
Home-page: http://github.com/trec-kba/streamcorpus
Author: Diffeo, Inc.
Author-email: support@diffeo.com
License: UNKNOWN
Description: python streamcorpus
        ===================
        
        python wrapper around the streamcorpus interfaces:
        
           http://github.com/trec-kba/streamcorpus
        
        To generate new python files from an updated thirft definition run the
        following command:
        
           python setup.py thrift
        
        Under the hood this runs
        
            thrift --gen py streamcorpus-v0_3_0.thrift
        
        and integrates the generated code into this package.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
