Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 540 Bytes

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