Am 24.05.2013 um 14:53 schrieb Mansi verma <[email protected]>: > Another question. JCasUtil supports selection of annotations of 1 class at > a time. What if I want to send a set or list of classes whose annotations > have to be selected. Is there a function that supports selection of > multiple annotation types in one call.
If all these annotation types have a common super-type, you can select that super-type. Otherwise, no. If you want such a method, please consider opening an issue against uimaFIT asking for it and explaining your story. Cheers, -- Richard
