edu.stanford.nlp.dcoref
Class CoNLL2011DocumentReader.CorefMentionAnnotation

java.lang.Object
  extended by edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.CorefMentionAnnotation
All Implemented Interfaces:
CoreAnnotation<CoreMap>, TypesafeMap.Key<CoreMap,CoreMap>
Enclosing class:
CoNLL2011DocumentReader

public static class CoNLL2011DocumentReader.CorefMentionAnnotation
extends java.lang.Object
implements CoreAnnotation<CoreMap>


Constructor Summary
CoNLL2011DocumentReader.CorefMentionAnnotation()
           
 
Method Summary
 java.lang.Class<CoreMap> 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

CoNLL2011DocumentReader.CorefMentionAnnotation

public CoNLL2011DocumentReader.CorefMentionAnnotation()
Method Detail

getType

public java.lang.Class<CoreMap> 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<CoreMap>


Stanford NLP Group