Interface | Description |
---|---|
RelationModelFactory.IRelationProcessor<T> |
Relation model processor
|
TreeWalker.ITreeProcessor<N,T> |
Processor interface
|
Class | Description |
---|---|
AbstractDocumentFactory |
Abstract document factory
|
AbstractDocumentFactory.Cache<T> |
Cache of objects (by sentence index)
|
AGrammaticalStructureFactory |
Factory for Grammatical Structure artifact
|
AGrammaticalStructureFactory.TreeGraphNodeAdapter |
Adapter (adapts TreeGraphNode to ITree interface)
|
AParseTreeFactory |
Parse tree factory
|
AParseTreeFactory.ATree |
Adapter (adapts Stanford tree to ITree interface)
|
APartsOfSpeechFactory |
Parts-of-Speech factory
|
ASemanticGraphFactory |
Semantic graph factory
|
ATypedDependenciesFactory |
Typed Dependencies factory
|
FilterAdapter |
Filter adapter
|
GraphFactoryFromSemanticGraph |
Graph factory from Stanford semantic graph
|
GraphFactoryFromTypedDependencies |
Make graph from Stanford typed dependencies
|
MutableAGrammaticalStructure |
Mutable grammatical structure artifact
|
MutableAParseTree |
Mutable parse tree artifact
|
MutableASemanticGraph |
Mutable semantic graph artifact
|
MutableGraph<N extends Graph.IGraphNode<E>,E extends Graph.IGraphEdge<N>> |
Mutable graph
|
RelationDependentsDirectFactory | |
RelationDependentsFactory |
Relation dependents factory
|
RelationFactory | |
RelationModelFactory |
Relation model factory
|
RelationModelFactory.Walker<T> |
Relation model walker
|
TreeWalker<N,T> |
Tree walker
|
TreeWalker.ITree<N> |
Tree interface
|