Modifier and Type | Field and Description |
---|---|
java.util.List<Triple> |
AAnalysis.triples
Relation triples
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Triple> |
AbstractDocumentFactory.getArtifactTriples(int sentenceIdx)
Get triples
|
java.util.List<Triple> |
AbstractDocumentFactory.getTriples(int sentenceIdx) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
AbstractDocumentFactory.triplesToString(java.util.List<Triple> triples,
boolean isXml)
Triples to string
|
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 | Method and Description |
---|---|
void |
TriplesView.setTriples(java.util.List<Triple> triples)
Set triples
|
void |
TriplesTable.setTriples(java.util.List<Triple> triples)
Set triples
|
Modifier and Type | Method and Description |
---|---|
private static javax.swing.JComponent |
AnalysisDialog.makeTriplesWidget(java.util.List<Triple> triples)
Make triples widget
|
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 |
TriplesDialog.setTriples(java.util.List<Triple> triples)
Set triples
|
Modifier and Type | Field and Description |
---|---|
private Document.MapCache<java.lang.Integer,java.util.List<Triple>> |
Document.triples
Triples
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Triple> |
Document.getTriples(int sentenceIdx) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Triple> |
DocumentFactory.getStanfordTriples(int sentenceIdx) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Triple> |
DocumentFactory.getStanfordTriples(int sentenceIdx) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<Triple> |
AbstractDocumentFactory.getStanfordTriples(int sentenceIdx)
Get triples
|
java.util.List<Triple> |
AbstractDocumentFactory.getTriples(int sentenceIdx) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
AbstractDocumentFactory.triplesToString(java.util.List<Triple> triples,
boolean isXml)
Triples to string
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Triple> |
DocumentFactory.getStanfordTriples(int sentenceIdx) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Triple> |
DocumentFactory.getStanfordTriples(int sentenceIdx) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Triple> |
IDocumentFactoryService.getTriples(int sentenceIdx)
Get triples
|
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.triplesToString(java.util.List<Triple> triples)
Triples to string
|
private static java.lang.String |
AnalysisPrinter.triplesToString(java.util.List<Triple> triples,
boolean isXml)
Triples to string
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Integer,java.util.List<Triple>> |
XMLDocument.triples
Triples
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Triple> |
XMLDocumentFactory.getTriples(int sentenceIdx) |
private java.util.List<Triple> |
XMLDocument.makeTriples(org.w3c.dom.Element sentenceElement)
Make triples
|
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
|
java.lang.String |
XMLPrinter.triplesToXMLString(java.util.List<Triple> triples)
Triples to string
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Triple> |
NullDocumentFactory.getTriples(int sentenceIdx) |
Modifier and Type | Field and Description |
---|---|
java.util.List<Triple> |
DepthAnalysis.relationTriples
Relation triples (subject-relation-object)
|
java.util.List<Triple> |
BreadthAnalysis.relationTriples
Relation triples (subject-relation-object)
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Triple> |
PipelineAnnotation.getRelationTriples(int sentenceIdx) |
(package private) static java.util.List<Triple> |
RelationTriplesFactory.make(edu.stanford.nlp.util.CoreMap sentenceMap) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Triple> |
IPipelineAnnotation.getRelationTriples(int sentenceIdx)
Get relation triples (subject-relation-object)
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Triple> |
Analysis.triples
Sentence's relation triples
|
Constructor and Description |
---|
Analysis(java.lang.String text,
SentenceSegment segment,
java.util.List<Token> tokens,
edu.stanford.nlp.trees.Tree parseTree,
edu.stanford.nlp.trees.GrammaticalStructure grammaticalStructure,
java.util.Map<TypedDependencyMode,java.util.Collection<edu.stanford.nlp.trees.TypedDependency>> typedDependencies,
java.util.Map<TypedDependencyMode,java.util.Collection<edu.stanford.nlp.trees.TypedDependency>> typedDependencies2,
java.util.Map<TypedDependencyMode,edu.stanford.nlp.semgraph.SemanticGraph> semanticGraphs,
java.util.Map<TypedDependencyMode,edu.stanford.nlp.semgraph.SemanticGraph> semanticGraphs2,
java.util.List<NamedEntity> namedEntities,
Sentiment sentiment,
java.util.List<Entailment> entailments,
java.util.List<Triple> triples)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Printer.triplesToString(java.util.List<Triple> triples)
Triples to string
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisWriter.serialize(java.lang.String text,
SentenceSegment segment,
java.util.List<Token> tokens,
edu.stanford.nlp.trees.Tree parseTree,
edu.stanford.nlp.trees.GrammaticalStructure grammaticalStructure,
java.util.Map<TypedDependencyMode,java.util.Collection<edu.stanford.nlp.trees.TypedDependency>> typedDependencies,
java.util.Map<TypedDependencyMode,java.util.Collection<edu.stanford.nlp.trees.TypedDependency>> typedDependencies2,
java.util.Map<TypedDependencyMode,edu.stanford.nlp.semgraph.SemanticGraph> semanticGraphs,
java.util.Map<TypedDependencyMode,edu.stanford.nlp.semgraph.SemanticGraph> semanticGraphs2,
java.util.List<NamedEntity> namedEntities,
Sentiment sentiment,
java.util.List<Entailment> entailments,
java.util.List<Triple> relationTriples)
Serialize data
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
XMLPrinter.triplesToXMLString(java.util.List<Triple> triples)
Triples to string
|