First: I am new to UIMA. My question might be a silly one but I am wondering how to get references to other annotations with the same span.
Say, there are two types Token and Lemma: When I have the tokens given by a typed FSIterator, how can I adhoc check if the Lemma is a stopword?
I know that it is possible to build a filtered Iterator that combines two types by an AND and OR, respectively. But what I am searching for is like NOT(tokens AND lemma).