edu.stanford.nlp.ie.machinereading.structure
Class MachineReadingAnnotations.DocumentIdAnnotation

java.lang.Object
  extended by edu.stanford.nlp.ling.CoreAnnotations.DocIDAnnotation
      extended by edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.DocumentIdAnnotation
All Implemented Interfaces:
CoreAnnotation<java.lang.String>, TypesafeMap.Key<java.lang.String>
Enclosing class:
MachineReadingAnnotations

Deprecated.

@Deprecated
public static class MachineReadingAnnotations.DocumentIdAnnotation
extends CoreAnnotations.DocIDAnnotation

The CoreMap key for getting the document id of a given sentence. This key is typically set on sentence annotations. NOTE: This is a trivial subclass of CoreAnnotations.DocIDAnnotation


Constructor Summary
MachineReadingAnnotations.DocumentIdAnnotation()
          Deprecated.  
 
Method Summary
 java.lang.Class<java.lang.String> getType()
          Deprecated. 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

MachineReadingAnnotations.DocumentIdAnnotation

public MachineReadingAnnotations.DocumentIdAnnotation()
Deprecated. 
Method Detail

getType

public java.lang.Class<java.lang.String> getType()
Deprecated. 
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.lang.String>
Overrides:
getType in class CoreAnnotations.DocIDAnnotation


Stanford NLP Group