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

java.lang.Object
  extended by edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.DependencyAnnotation
All Implemented Interfaces:
CoreAnnotation<SemanticGraph>, TypesafeMap.Key<CoreMap,SemanticGraph>
Enclosing class:
MachineReadingAnnotations

Deprecated.

@Deprecated
public static class MachineReadingAnnotations.DependencyAnnotation
extends java.lang.Object
implements CoreAnnotation<SemanticGraph>

The CoreMap key for getting the syntactic dependencies of a sentence. Note: this is no longer used, but it appears in sentences cached during KBP 2010 This key is typically set on sentence annotations.


Constructor Summary
MachineReadingAnnotations.DependencyAnnotation()
          Deprecated.  
 
Method Summary
 java.lang.Class<SemanticGraph> 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.DependencyAnnotation

public MachineReadingAnnotations.DependencyAnnotation()
Deprecated. 
Method Detail

getType

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


Stanford NLP Group