Uses of Class
semeval.coreference.SingleCoreferenceAnnotation

Packages that use SingleCoreferenceAnnotation
semeval.coreference   
 

Uses of SingleCoreferenceAnnotation in semeval.coreference
 

Methods in semeval.coreference that return types with arguments of type SingleCoreferenceAnnotation
 java.util.ArrayList<SingleCoreferenceAnnotation> CoreferenceChain.getSingleCoreferences()
          Returns the list of SingleCoreferenceAnnotation elements.
 

Methods in semeval.coreference with parameters of type SingleCoreferenceAnnotation
 boolean CoreferenceChain.addCoreferenceAnnotation(SingleCoreferenceAnnotation newAnnotation)
          Returns true if the annotation matches one of the single coreferences that are already contained in singleCoreferences.
 void CoreferenceChain.addCoreferenceAnnotationWithoutChecking(SingleCoreferenceAnnotation newAnnotation)
          Adds 'newAnnotation' to this CoreferenceChain without checking if it really suits to this chain.
 boolean CoreferenceChain.annotationsMatch(SingleCoreferenceAnnotation firstAnnotation, SingleCoreferenceAnnotation secondAnnotation)
          Two references of the 'Coreference' frame match if at least one lemma covered by the 'Coreferent' FE of firstAnnotation overlaps with a lemma covered by the 'Current' FE of secondAnnotation, or the other way round.