Metadata-Version: 2.0
Name: SEMSTR
Version: 1.0.41
Summary: Scheme Evaluation and Mapping for Structural Text Representation
Home-page: https://github.com/huji-nlp/semstr
Author: Daniel Hershcovich
Author-email: danielh@cs.huji.ac.il
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Text Processing :: Linguistic
Requires-Dist: numpy (>=1.12.1)
Requires-Dist: tqdm (>=4.23.3)
Requires-Dist: requests (>=2.18.4)
Requires-Dist: configargparse (>=0.13.0)
Requires-Dist: ucca (>=1.0.98)
Provides-Extra: amr
Requires-Dist: penman (==0.6.2); extra == 'amr'
Requires-Dist: nltk (==3.3); extra == 'amr'
Requires-Dist: parsimonious (==0.8.1); extra == 'amr'
Requires-Dist: word2number (==1.1); extra == 'amr'
Requires-Dist: pyspotlight (==0.7.2); extra == 'amr'
Provides-Extra: ud
Requires-Dist: ufal.udpipe (>=1.2.0.1); extra == 'ud'

Scheme Evaluation and Mapping for Structural Text Representation
================================================================

Collection of utilities for conversion and evaluation of semantic and
syntactic text representation schemes.

Requirements
~~~~~~~~~~~~

-  Python 3.6

Install
~~~~~~~

Create a Python virtual environment:

::

    virtualenv --python=/usr/bin/python3 venv
    . venv/bin/activate              # on bash
    source venv/bin/activate.csh     # on csh

Install the latest release:

::

    pip install semstr

Alternatively, install the latest code from GitHub (may be unstable):

::

    git clone https://github.com/danielhers/semstr
    cd semstr
    python setup.py install

Author
------

-  Daniel Hershcovich: danielh@cs.huji.ac.il

License
-------

This package is licensed under the GPLv3 or later license (see
```LICENSE.txt`` <LICENSE.txt>`__).

|Build Status (Travis CI)| |Build Status (AppVeyor)| |PyPI version|

.. |Build Status (Travis CI)| image:: https://travis-ci.org/danielhers/semstr.svg?branch=master
   :target: https://travis-ci.org/danielhers/semstr
.. |Build Status (AppVeyor)| image:: https://ci.appveyor.com/api/projects/status/github/danielhers/semstr?svg=true
   :target: https://ci.appveyor.com/project/danielh/semstr
.. |PyPI version| image:: https://badge.fury.io/py/SEMSTR.svg
   :target: https://badge.fury.io/py/SEMSTR


