Metadata-Version: 2.0
Name: pyDelphin
Version: 0.5.0
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
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Utilities
Requires-Dist: Pygments
Requires-Dist: networkx
Requires-Dist: requests

pyDelphin provides a suite of libraries for modeling Minimal Recursion
Semantics (MRS; including DMRS), derivation trees, and [incr tsdb()]
profiles; introspection tools for Type Description Language (TDL),
which is used to define HPSG grammars; a Python wrapper for the ACE
parser; and some extra tools for syntax highlighting or LaTeX output.
Python developers who work with DELPH-IN data can rely on pyDelphin to
correctly deal with such data via convenient interfaces.

