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

Make type system iterable #308

Closed reckart closed 2 months ago

reckart commented 2 months ago

Is your feature request related to a problem? Please describe. In order to iterate over the types in a type system, I have to call ts.get_types().

Describe the solution you'd like It would be nice if I could simply call for type in type_system to iterate over the types.