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

Ability to retrieve a type by its short name #312

Closed reckart closed 2 months ago

reckart commented 2 months ago

Is your feature request related to a problem? Please describe. Dealing with long type names is a bit of a hassle. In particular for beginners, it would be nicer if one could use the short name e.g. when selecting annotations from a CAS.

Describe the solution you'd like It should be possible to use non-ambiguous short names instead of a Type instance or fully qualified name in places where a type is required.