stam-python 0.12.1

STAM is a library for dealing with standoff annotations on text, this is the python binding.
Documentation
1
2
3
use pyo3::create_exception;

create_exception!(stam, PyStamError, pyo3::exceptions::PyException);