![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
String | makeText () |
SentenceSegment | makeSentence () |
List< WordSegment > | makeWords () |
Public Attributes | |
List< Token > | tokens |
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< Entailment > | entailments |
List< Triple > | relationTriples |
Utility class to hold per-sentence results
SentenceSegment grammarscope.server.corenlp.DepthAnalysis.makeSentence | ( | ) |
Make sentence segment
String grammarscope.server.corenlp.DepthAnalysis.makeText | ( | ) |
Rebuild text
List<WordSegment> grammarscope.server.corenlp.DepthAnalysis.makeWords | ( | ) |
Make word segments
List<Entailment> grammarscope.server.corenlp.DepthAnalysis.entailments |
Entailed sentences
GrammaticalStructure grammarscope.server.corenlp.DepthAnalysis.grammaticalStructure |
Grammatical structure
Tree grammarscope.server.corenlp.DepthAnalysis.parse |
Parse tree
List<Triple> grammarscope.server.corenlp.DepthAnalysis.relationTriples |
Relation triples (subject-relation-object)
Map<TypedDependencyMode, SemanticGraph> grammarscope.server.corenlp.DepthAnalysis.semanticGraphs |
Semantic graphs (workflow 1)
Map<TypedDependencyMode, SemanticGraph> grammarscope.server.corenlp.DepthAnalysis.semanticGraphs2 |
Semantic graphs (workflow 2)
Sentiment grammarscope.server.corenlp.DepthAnalysis.sentiment |
Sentiment
List<Token> grammarscope.server.corenlp.DepthAnalysis.tokens |
Tokens
Map<TypedDependencyMode, Collection<TypedDependency> > grammarscope.server.corenlp.DepthAnalysis.typedDependencies |
Typed dependencies (workflow 1)
Map<TypedDependencyMode, Collection<TypedDependency> > grammarscope.server.corenlp.DepthAnalysis.typedDependencies2 |
Typed dependencies (workflow 2)