NOTE: This project is superseded by DKPro Cassis.
This API is a minimal implementation for UIMA CAS handling similar to the JAVA API.
The easiest way for development is to use pipenv
:
pipenv install --dev
To open a shell within the virtual environment, run
pipenv shell
To run the tests, use
python setup.py test