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

java.lang.Object
  extended by edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations

public class MachineReadingAnnotations
extends java.lang.Object

Annotations specific to the machinereading data structures

Author:
Mihai

Nested Class Summary
static class MachineReadingAnnotations.DependencyAnnotation
          Deprecated. 
static class MachineReadingAnnotations.DocumentDirectoryAnnotation
           
static class MachineReadingAnnotations.DocumentIdAnnotation
          Deprecated. 
static class MachineReadingAnnotations.EntityMentionsAnnotation
          The CoreMap key for getting the entity mentions corresponding to a sentence.
static class MachineReadingAnnotations.EventMentionsAnnotation
          The CoreMap key for getting the event mentions corresponding to a sentence.
static class MachineReadingAnnotations.GenderAnnotation
          Marks words as belonging to a list of either male or female names
static class MachineReadingAnnotations.RelationMentionsAnnotation
          The CoreMap key for getting the relation mentions corresponding to a sentence.
static class MachineReadingAnnotations.TriggerAnnotation
          Marks trigger words for relation extraction
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Stanford NLP Group