Scheme Evaluation and Mapping for Structural Text Representation


Licenses
GPL-3.0/GPL-3.0+
Install
pip install SEMSTR==1.0.5

Documentation

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

License

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

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