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

Public Member Functions

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

Public Attributes

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

Detailed Description

Utility class to hold per-sentence results

Member Function Documentation

◆ makeSentence()

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

Rebuild sentence segment

Returns
sentence segment

◆ makeText()

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

Rebuild text

Returns
text

◆ makeWords()

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

Make word segments

Returns
word segments

◆ toString()

String grammarscope.server.corenlp.BreadthAnalysis.toString ( )

Member Data Documentation

◆ entailments

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

Entailed sentences

◆ grammaticalStructure

GrammaticalStructure grammarscope.server.corenlp.BreadthAnalysis.grammaticalStructure

Grammatical structure

◆ namedEntities

List<NamedEntity> grammarscope.server.corenlp.BreadthAnalysis.namedEntities

Named Entities

◆ parse

Tree grammarscope.server.corenlp.BreadthAnalysis.parse

Parse tree

◆ poses

List<String> grammarscope.server.corenlp.BreadthAnalysis.poses

Parts-of-speech

◆ relationTriples

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

Relation triples (subject-relation-object)

◆ semanticGraphs

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

Semantic graphs (workflow 1)

◆ semanticGraphs2

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

Semantic graphs (workflow 2)

◆ sentiment

Sentiment grammarscope.server.corenlp.BreadthAnalysis.sentiment

Sentiment

◆ tokens

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

Tokens

◆ typedDependencies

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

Typed dependencies (workflow 1)

◆ typedDependencies2

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

Typed dependencies (workflow 2)

◆ words

List<String> grammarscope.server.corenlp.BreadthAnalysis.words

Words

◆ wordSegments

List<WordSegment> grammarscope.server.corenlp.BreadthAnalysis.wordSegments

Word segments


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