dkpro / dkpro-cassis

UIMA CAS processing library written in Python
https://pypi.org/project/dkpro-cassis/
Apache License 2.0
84 stars 22 forks source link

Allow path for loading type system and CAS #152

Open jcklie opened 3 years ago

jcklie commented 3 years ago

Is your feature request related to a problem? Please describe. Reading casses chould have shorter syntax

Describe the solution you'd like load_cas_from_xmi(Path("sentiment.xmi"), typesystem=Path("TypeSystem.xml"))