Modifier and Type | Field and Description |
---|---|
AGrammaticalStructure |
AAnalysis.grammaticalStructure
Grammatical structure
|
AGrammaticalStructure |
AGrammaticalStructure.head
Head
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<BasicRelation,AGrammaticalStructure> |
AGrammaticalStructure.dependents
Links to dependents
|
java.util.Map<BasicRelation,AGrammaticalStructure> |
AGrammaticalStructure.governors
Links to governors
|
Modifier and Type | Method and Description |
---|---|
protected AGrammaticalStructure |
AbstractDocumentFactory.getArtifactGrammaticalStructure(int sentenceIdx)
Get grammatical structure
|
AGrammaticalStructure |
AbstractDocumentFactory.getGrammaticalStructure(int sentenceIdx) |
AGrammaticalStructure |
AGrammaticalStructure.getNode() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<BasicRelation,AGrammaticalStructure> |
AGrammaticalStructure.getInComingNodes() |
java.util.Map<BasicRelation,AGrammaticalStructure> |
AGrammaticalStructure.getOutGoingNodes() |
Modifier and Type | Method and Description |
---|---|
private void |
RelationDependentsFactory.build(AGrammaticalStructure grammaticalStructure,
ARelationDependents artifact)
Make relation dependents
|
private static Segment |
RelationDependentsFactory.getSegment(AGrammaticalStructure dependent)
Get segment by going to leaves
|
private static java.lang.String |
AbstractDocumentFactory.grammaticalStructureToString(AGrammaticalStructure grammaticalStructure,
boolean isXml)
Grammatical structure to string
|
ARelationDependents |
RelationDependentsFactory.make(AGrammaticalStructure grammaticalStructure)
Make relation dependents
|
private static RelationDependent |
RelationDependentsFactory.makeRelationDependent(BasicRelation relation,
AGrammaticalStructure dependent)
Relation dependent
|
Constructor and Description |
---|
AAnalysis(int sentenceId,
SentenceSegment segment,
java.lang.String text,
java.util.List<WordSegment> wordSegments,
java.util.List<Token> tokens,
AParseTree tree,
AGrammaticalStructure grammaticalStructure,
java.util.Map<TypedDependencyProvider,java.util.Map<TypedDependencyMode,ATypedDependencies>> typedDependencies,
java.util.Map<TypedDependencyProvider,java.util.Map<TypedDependencyMode,ASemanticGraph>> semanticGraphs,
ANamedEntities namedEntities,
Sentiment sentiment,
java.util.List<Entailment> entailments,
java.util.List<Triple> triples)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected AGrammaticalStructure |
GrammaticalStructureTree.GSTreeNode.artifact |
Modifier and Type | Method and Description |
---|---|
void |
GrammaticalStructureTree.setStructure(AGrammaticalStructure artifact)
Set structure
|
void |
GrammaticalStructureView.setStructure(AGrammaticalStructure artifact)
Set structure
|
Constructor and Description |
---|
GSDep(BasicRelation relation,
AGrammaticalStructure artifact,
GrammaticalStructureTree.GSTreeNode parent) |
GSGov(BasicRelation relation,
AGrammaticalStructure artifact,
GrammaticalStructureTree.GSTreeNode parent) |
GSHead(AGrammaticalStructure artifact,
GrammaticalStructureTree.GSTreeNode parent) |
GSLink(BasicRelation relation,
AGrammaticalStructure artifact,
GrammaticalStructureTree.GSTreeNode parent) |
GSNode(AGrammaticalStructure artifact,
GrammaticalStructureTree.GSTreeNode parent) |
GSNodeProperties(AGrammaticalStructure artifact,
GrammaticalStructureTree.GSTreeNode parent) |
GSTreeNode(AGrammaticalStructure node,
GrammaticalStructureTree.GSTreeNode parent,
boolean hasProperties,
boolean recurse) |
Modifier and Type | Method and Description |
---|---|
private static javax.swing.JComponent |
AnalysisDialog.makeStructureView(AGrammaticalStructure grammaticalStructure)
Make structure view
|
void |
AnalysisDialog.set(java.lang.String text,
AParseTree aParseTree,
AGrammaticalStructure aGrammaticalStructure,
ASemanticGraph semanticGraph,
ANamedEntities namedEntities,
Sentiment sentiment,
java.util.List<Entailment> entailments,
java.util.List<Triple> triples,
boolean lemmatize)
Set data
|
void |
GrammaticalStructureDialog.setStructure(AGrammaticalStructure structure)
Set structure
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ToolTipUtils.grammaticalStructureToTooltipString(AGrammaticalStructure grammaticalStructure,
long format)
Convert grammatical structure to tooltip string
|
Modifier and Type | Field and Description |
---|---|
private Document.MapCache<java.lang.Integer,AGrammaticalStructure> |
Document.grammaticalStructures
Grammatical structure cache
|
Modifier and Type | Method and Description |
---|---|
AGrammaticalStructure |
Document.getGrammaticalStructure(int sentenceIdx) |
Modifier and Type | Class and Description |
---|---|
class |
MutableAGrammaticalStructure
Mutable grammatical structure artifact
|
Modifier and Type | Method and Description |
---|---|
AGrammaticalStructure |
AbstractDocumentFactory.getGrammaticalStructure(int sentenceIdx) |
AGrammaticalStructure |
AGrammaticalStructureFactory.make(edu.stanford.nlp.trees.GrammaticalStructure grammaticalStructure)
Make artifact from grammatical structure
|
Modifier and Type | Method and Description |
---|---|
void |
MutableAGrammaticalStructure.setParent(AGrammaticalStructure parent)
Set parent
|
private void |
AGrammaticalStructureFactory.visitNode(edu.stanford.nlp.trees.TreeGraphNode treeGraphNode,
AGrammaticalStructure artifact)
Visit node filling artifact data
|
Modifier and Type | Method and Description |
---|---|
void |
MutableAGrammaticalStructure.setChildren(java.util.List<AGrammaticalStructure> children)
Set children
|
Modifier and Type | Method and Description |
---|---|
AGrammaticalStructure |
IDocumentFactoryService.getGrammaticalStructure(int sentenceIdx)
Get grammatical structure artifact
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AnalysisPrinter.getReport(int sentenceIdx,
java.lang.String text,
SentenceSegment sentenceSegment,
java.util.Map<java.lang.Integer,Token> tokens,
AParseTree parseTree,
AGrammaticalStructure grammaticalStructure,
java.util.Map<TypedDependencyProvider,java.util.Map<TypedDependencyMode,ATypedDependencies>> typedDependencies,
java.util.Map<TypedDependencyProvider,java.util.Map<TypedDependencyMode,ASemanticGraph>> semanticGraph,
ANamedEntities namedEntities,
Sentiment sentiment,
java.util.List<Entailment> entailments,
java.util.List<Triple> triples,
boolean xMLFlag)
Report
|
static java.lang.String[] |
AnalysisPrinter.getReports(int sentenceIdx,
java.lang.String text,
SentenceSegment sentenceSegment,
java.util.List<Token> tokens,
AParseTree parseTree,
AGrammaticalStructure grammaticalStructure,
java.util.Map<TypedDependencyProvider,java.util.Map<TypedDependencyMode,ATypedDependencies>> typedDependencies,
java.util.Map<TypedDependencyProvider,java.util.Map<TypedDependencyMode,ASemanticGraph>> semanticGraph,
ANamedEntities namedEntities,
Sentiment sentiment,
java.util.List<Entailment> entailments,
java.util.List<Triple> triples,
boolean xMLFlag)
Split reports
|
static java.lang.String |
Printer.grammaticalStructureToString(AGrammaticalStructure grammaticalStructure)
Grammatical structure to string
|
static java.lang.String |
AnalysisPrinter.grammaticalStructureToString(AGrammaticalStructure grammaticalStructure,
boolean xMLFlag)
Grammatical structure
|
static java.lang.String |
Printer.grammaticalStructureToString(AGrammaticalStructure grammaticalStructure,
long format)
String for grammatical structure
|
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Comparator<java.util.Map.Entry<BasicRelation,AGrammaticalStructure>> |
XMLPrinter.depsByIndexComparator |
(package private) static java.util.Comparator<java.util.Map.Entry<BasicRelation,AGrammaticalStructure>> |
XMLPrinter.govsByIndexComparator |
protected java.util.Map<java.lang.Integer,AGrammaticalStructure> |
XMLDocument.grammaticalStructures
Grammatical structures
|
Modifier and Type | Method and Description |
---|---|
AGrammaticalStructure |
XMLDocumentFactory.getGrammaticalStructure(int sentenceIdx) |
private AGrammaticalStructure |
XMLDocument.makeGrammaticalStructure(org.w3c.dom.Element sentenceElement)
Make grammatical structure from element
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XMLPrinter.grammaticalStructureToXMLString(AGrammaticalStructure grammaticalStructure)
Make XML string from grammatical structure
|
private void |
XMLPrinter.walkGrammaticalStructure(AGrammaticalStructure node,
java.lang.StringBuffer sb,
java.lang.String indent)
Walk tree graph node
|
Modifier and Type | Method and Description |
---|---|
private void |
XMLDocument.processSentences(org.w3c.dom.Element sentencesElement,
java.lang.StringBuffer textBuilder,
java.util.List<java.util.List<WordSegment>> segments,
java.util.Map<java.lang.Integer,AParseTree> parseTrees,
java.util.Map<java.lang.Integer,AGrammaticalStructure> grammaticalStructures,
java.util.Map<java.lang.Integer,java.util.Map<TypedDependencyProvider,java.util.Map<TypedDependencyMode,ATypedDependencies>>> typedDependencies,
java.util.Map<java.lang.Integer,java.util.Map<TypedDependencyProvider,java.util.Map<TypedDependencyMode,ASemanticGraph>>> semanticGraphs,
java.util.Map<java.lang.Integer,Sentiment> sentiments,
java.util.Map<java.lang.Integer,java.util.List<Entailment>> entailments,
java.util.Map<java.lang.Integer,java.util.List<Triple>> triples)
Process sentence
|
Modifier and Type | Method and Description |
---|---|
AGrammaticalStructure |
NullDocumentFactory.getGrammaticalStructure(int sentenceIdx) |