edu.stanford.nlp.semgraph
Class SemanticGraphCoreAnnotations

java.lang.Object
  extended by edu.stanford.nlp.semgraph.SemanticGraphCoreAnnotations

public class SemanticGraphCoreAnnotations
extends java.lang.Object

This class collects CoreAnnotations that are used in working with a SemanticGraph. (These were originally separated out at a time when a SemanticGraph was backed by the JGraphT library so as not to introduce a library dependency for some tools. This is no longer the case, but they remain gathered here.)

Author:
Christopher Manning

Nested Class Summary
static class SemanticGraphCoreAnnotations.BasicDependenciesAnnotation
          The CoreMap key for getting the syntactic dependencies of a sentence.
static class SemanticGraphCoreAnnotations.CollapsedCCProcessedDependenciesAnnotation
          The CoreMap key for getting the syntactic dependencies of a sentence.
static class SemanticGraphCoreAnnotations.CollapsedDependenciesAnnotation
          The CoreMap key for getting the syntactic dependencies of a sentence.
 
Constructor Summary
SemanticGraphCoreAnnotations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SemanticGraphCoreAnnotations

public SemanticGraphCoreAnnotations()


Stanford NLP Group