Metadata-Version: 2.1
Name: anaforatools
Version: 1.0.0
Summary: Utilities for working with Anafora annotations
Home-page: https://github.com/bethard/anaforatools
Author: Steven Bethard
Author-email: bethard@arizona.edu
License: UNKNOWN
Description: anaforatools
        ============
        
        The anaforatools project provides utilities for working with [Anafora](https://github.com/weitechen/anafora) annotations including:
        * `anafora.validate` - checks Anafora XML files for syntactic and semantic errors
        * `anafora.evaluate` - compares two sets of Anafora XML files in terms of precision, recall, etc.
        * `anafora.regex` - trains and applies simple regular expression models from Anafora XML files
        
        For details on the command line interfaces to these modules, use the `--help` argument. For example:
        ```
        $ python -m anafora.validate --help
        ```
        
        Requirements:
        * Python 3.6 or later
        * Python [regex](https://pypi.python.org/pypi/regex) module
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
