Metadata-Version: 1.1
Name: parc-reader
Version: 0.0.1
Summary: Work with the PARC dataset in Python
Home-page: https://github.com/enewe101/parc-reader
Author: Edward Newell
Author-email: edward.newell@gmail.com
License: MIT
Description: # corenlp-xml-reader
        A utility for easily working with CoreNLP-annotated text in Python.
        
        ## About this package
        Other than reading the xml file into a python representation, this utility
        does some necessary "fixing up" of the data in CoreNLP.
        [to be described]
        
        ## Quickstart
        
        ### Install
        Install from the Python Package Index:
        ```bash
        pip install corenlp-xml-reader
        ```
        
        Alternatively, install a version you can hack on:
        ```bash
        git clone https://github.com/enewe101/corenlp-xml-reader.git
        cd corenlp-xml-reader
        python setup.py develop
        ```
        
        ### Use
        
        [Add basic usage examples.]
        
Keywords: NLP natrual language processing computational linguistics Penn Attribution Relation Corpus PARC PARC3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
