Interface | Description |
---|---|
Graph.IGraphEdge<N> |
Graph Edge interface
|
Graph.IGraphNode<E> |
Graph Node interface
|
Class | Description |
---|---|
AAnalysis |
Utility class assembling input/parse/analysis results
|
AbstractDocumentFactory | |
ACoreferences |
Artifact containing coreference chains.
|
AGrammaticalStructure |
Artifact representing grammatical structure
|
ANamedEntities |
Artifact representing named entities
|
ANamedEntities.ANamedEntity |
Artifact representing a named entity
|
AParseTree |
Artifact representing parse tree
|
APartsOfSpeech |
Artifact representing part-of-speech data
|
APartsOfSpeech.Pos |
Artifact representing part-of-speech
|
APartsOfSpeechFactory | |
APartsOfSpeechFactory.ATree |
Adapter (adapts Stanford tree to ITree interface)
|
ARelationDependents |
Artifact representing relation dependents
|
ASemanticGraph |
Artifact representing semantic graph
|
ATextAnalysis |
Utility class assembling sentence analysis results
|
ATypedDependencies |
Artifact representing typed dependencies
|
BasicTree<T extends BasicTree<T>> |
Basic tree skeleton
|
BasicTree.TreeIterator<T extends BasicTree<T>> |
Tree iterator on nodes
|
Graph<N extends Graph.IGraphNode<E>,E extends Graph.IGraphEdge<N>> |
Graph artifact
|
GraphEdge |
Graph Edge implementation
|
GraphNode |
Graph Node implementation
|
RelationDependent |
Artifact representing relation dependent.
|
RelationDependentsFactory |