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

Get transitive closure of types #229

Closed reckart closed 2 years ago

reckart commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes, I would like to get a minimal version of a type system containing only the types actually used in a given CAS.

Describe the solution you'd like A utility method to obtain the transitive closure of a set of seed types from the current type system.