Metadata-Version: 1.1
Name: SEMSTR
Version: 1.0.57
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
Description: 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
        
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
