GrammarScope  4.0.0
Public Member Functions | Public Attributes | List of all members
grammarscope.server.corenlp.DepthAnalysis Class Reference
Collaboration diagram for grammarscope.server.corenlp.DepthAnalysis:
Collaboration graph
[legend]

Public Member Functions

String makeText ()
 
SentenceSegment makeSentence ()
 
List< WordSegmentmakeWords ()
 

Public Attributes

List< Tokentokens
 
Tree parse
 
GrammaticalStructure grammaticalStructure
 
Map< TypedDependencyMode, Collection< TypedDependency > > typedDependencies
 
Map< TypedDependencyMode, Collection< TypedDependency > > typedDependencies2
 
Map< TypedDependencyMode, SemanticGraph > semanticGraphs
 
Map< TypedDependencyMode, SemanticGraph > semanticGraphs2
 
Sentiment sentiment
 
List< Entailmententailments
 
List< TriplerelationTriples
 

Detailed Description

Utility class to hold per-sentence results

Member Function Documentation

◆ makeSentence()

SentenceSegment grammarscope.server.corenlp.DepthAnalysis.makeSentence ( )

Make sentence segment

Returns
sentence segment

◆ makeText()

String grammarscope.server.corenlp.DepthAnalysis.makeText ( )

Rebuild text

Returns
text

◆ makeWords()

List<WordSegment> grammarscope.server.corenlp.DepthAnalysis.makeWords ( )

Make word segments

Returns
word segments

Member Data Documentation

◆ entailments

List<Entailment> grammarscope.server.corenlp.DepthAnalysis.entailments

Entailed sentences

◆ grammaticalStructure

GrammaticalStructure grammarscope.server.corenlp.DepthAnalysis.grammaticalStructure

Grammatical structure

◆ parse

Tree grammarscope.server.corenlp.DepthAnalysis.parse

Parse tree

◆ relationTriples

List<Triple> grammarscope.server.corenlp.DepthAnalysis.relationTriples

Relation triples (subject-relation-object)

◆ semanticGraphs

Map<TypedDependencyMode, SemanticGraph> grammarscope.server.corenlp.DepthAnalysis.semanticGraphs

Semantic graphs (workflow 1)

◆ semanticGraphs2

Map<TypedDependencyMode, SemanticGraph> grammarscope.server.corenlp.DepthAnalysis.semanticGraphs2

Semantic graphs (workflow 2)

◆ sentiment

Sentiment grammarscope.server.corenlp.DepthAnalysis.sentiment

Sentiment

◆ tokens

List<Token> grammarscope.server.corenlp.DepthAnalysis.tokens

Tokens

◆ typedDependencies

Map<TypedDependencyMode, Collection<TypedDependency> > grammarscope.server.corenlp.DepthAnalysis.typedDependencies

Typed dependencies (workflow 1)

◆ typedDependencies2

Map<TypedDependencyMode, Collection<TypedDependency> > grammarscope.server.corenlp.DepthAnalysis.typedDependencies2

Typed dependencies (workflow 2)


The documentation for this class was generated from the following file: