edu.stanford.nlp.trees.semgraph
Class SemanticGraphCoreAnnotations

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

public class SemanticGraphCoreAnnotations
extends java.lang.Object

Keeps SemanticGraphCoreAnnotations so they do not introduce dependencies for code not using the jgrapht library.

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