edu.stanford.nlp.dcoref
Class CorefCoreAnnotations.CorefClusterAnnotation

java.lang.Object
  extended by edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefClusterAnnotation
All Implemented Interfaces:
CoreAnnotation<java.util.Set<CoreLabel>>, TypesafeMap.Key<CoreMap,java.util.Set<CoreLabel>>
Enclosing class:
CorefCoreAnnotations

public static class CorefCoreAnnotations.CorefClusterAnnotation
extends java.lang.Object
implements CoreAnnotation<java.util.Set<CoreLabel>>

Set of all the CoreLabel objects which are coreferent with a CoreLabel. Note that the list includes the CoreLabel that was annotated which creates a cycle.


Constructor Summary
CorefCoreAnnotations.CorefClusterAnnotation()
           
 
Method Summary
 java.lang.Class<java.util.Set<CoreLabel>> getType()
          Returns the type associated with this annotation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorefCoreAnnotations.CorefClusterAnnotation

public CorefCoreAnnotations.CorefClusterAnnotation()
Method Detail

getType

public java.lang.Class<java.util.Set<CoreLabel>> getType()
Description copied from interface: CoreAnnotation
Returns the type associated with this annotation. This method must return the same class type as its value type parameter. It feels like one should be able to get away without this method, but because Java erases the generic type signature, that info disappears at runtime.

Specified by:
getType in interface CoreAnnotation<java.util.Set<CoreLabel>>


Stanford NLP Group