Metadata-Version: 2.1
Name: PyDelphin
Version: 0.9.2
Summary: Libraries and scripts for DELPH-IN data
Home-page: https://github.com/delph-in/pydelphin
Author: Michael Wayne Goodman
Author-email: goodman.m.w@gmail.com
License: MIT
Keywords: nlp semantics hpsg delph-in linguistics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Utilities
Requires-Dist: penman (>=0.6.1)
Requires-Dist: networkx (<2.2,>=2.0)
Requires-Dist: requests
Requires-Dist: Pygments
Provides-Extra: dev
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'

PyDelphin provides a suite of libraries for modeling Minimal Recursion
Semantics (MRS; including EDS and DMRS), [incr tsdb()] profiles and
derivations, the Test Suite Query Language (TSQL), Type Description
Language (TDL), and YY token lattices. In addition, it provides an
implementation of the Regular Expression Preprocessor (REPP) and
Python interfaces for the ACE processor and HTTP API.

