edu.stanford.nlp.dcoref
Class CorefCoreAnnotations

java.lang.Object
  extended by edu.stanford.nlp.dcoref.CorefCoreAnnotations

public class CorefCoreAnnotations
extends java.lang.Object

Similar to CoreAnnotations, but this class contains annotations made specifically for storing Coref data. This is kept separate from CoreAnnotations so that systems which only need CoreAnnotations do not depend on Coref classes.


Nested Class Summary
static class CorefCoreAnnotations.CorefAnnotation
          the standard key for the coref label.
static class CorefCoreAnnotations.CorefChainAnnotation
          CorefChainID - CorefChain map
static class CorefCoreAnnotations.CorefClusterAnnotation
          Set of all the CoreLabel objects which are coreferent with a CoreLabel.
static class CorefCoreAnnotations.CorefClusterIdAnnotation
          An integer representing a document-level unique cluster of coreferent entities.
static class CorefCoreAnnotations.CorefDestAnnotation
          Destination of the coreference link for this word (if any): it contains the index of the sentence and the index of the word that are the end of this coref link Both indices start at 1 The sentence index is IntTuple.get(0); the token index in the sentence is IntTuple.get(1)
static class CorefCoreAnnotations.CorefGraphAnnotation
          This stores the entire set of coreference links for one document.
 
Constructor Summary
CorefCoreAnnotations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorefCoreAnnotations

public CorefCoreAnnotations()


Stanford NLP Group