Package edu.stanford.nlp.trees.semgraph

Class Summary
SemanticGraph Represents a semantic graph of a sentence or document, with IndexedWord objects for nodes.
SemanticGraphCoreAnnotations Keeps SemanticGraphCoreAnnotations so they do not introduce dependencies for code not using the jgrapht library.
SemanticGraphCoreAnnotations.BasicDependenciesAnnotation The CoreMap key for getting the syntactic dependencies of a sentence.
SemanticGraphCoreAnnotations.CollapsedCCProcessedDependenciesAnnotation The CoreMap key for getting the syntactic dependencies of a sentence.
SemanticGraphCoreAnnotations.CollapsedDependenciesAnnotation The CoreMap key for getting the syntactic dependencies of a sentence.
SemanticGraphEdge Represents an edge in the dependency graph.
SemanticGraphFactory Refactoring of static makers of SemanticGraphs in order to simplify the SemanticGraph class.
SemanticGraphFormatter Defines a class for pretty-printing SemanticGraphs.
 



Stanford NLP Group