/dkpro-pycas

Library for working with UIMA CAS XMI files in Python. This library is deprecated. Use DKPro Cassis instead!

Primary LanguagePythonApache License 2.0Apache-2.0

NOTE: This project is superseded by DKPro Cassis.


DKPro PyCAS

Build Status

This API is a minimal implementation for UIMA CAS handling similar to the JAVA API.

Development

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