![]() |
GrammarScope
4.0.0
|

Public Member Functions | |
| String | makeText () |
| SentenceSegment | makeSentence () |
| List< WordSegment > | makeWords () |
| String | toString () |
Public Attributes | |
| List< String > | words |
| List< Token > | tokens |
| List< WordSegment > | wordSegments |
| 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< NamedEntity > | namedEntities |
| Sentiment | sentiment |
| List< Entailment > | entailments |
| List< Triple > | relationTriples |
Utility class to hold per-sentence results
| SentenceSegment grammarscope.server.corenlp.BreadthAnalysis.makeSentence | ( | ) |
Rebuild sentence segment
| String grammarscope.server.corenlp.BreadthAnalysis.makeText | ( | ) |
Rebuild text
| List<WordSegment> grammarscope.server.corenlp.BreadthAnalysis.makeWords | ( | ) |
Make word segments
| String grammarscope.server.corenlp.BreadthAnalysis.toString | ( | ) |
| List<Entailment> grammarscope.server.corenlp.BreadthAnalysis.entailments |
Entailed sentences
| GrammaticalStructure grammarscope.server.corenlp.BreadthAnalysis.grammaticalStructure |
Grammatical structure
| List<NamedEntity> grammarscope.server.corenlp.BreadthAnalysis.namedEntities |
Named Entities
| Tree grammarscope.server.corenlp.BreadthAnalysis.parse |
Parse tree
| List<String> grammarscope.server.corenlp.BreadthAnalysis.poses |
Parts-of-speech
| List<Triple> grammarscope.server.corenlp.BreadthAnalysis.relationTriples |
Relation triples (subject-relation-object)
| Map<TypedDependencyMode, SemanticGraph> grammarscope.server.corenlp.BreadthAnalysis.semanticGraphs |
Semantic graphs (workflow 1)
| Map<TypedDependencyMode, SemanticGraph> grammarscope.server.corenlp.BreadthAnalysis.semanticGraphs2 |
Semantic graphs (workflow 2)
| Sentiment grammarscope.server.corenlp.BreadthAnalysis.sentiment |
Sentiment
| List<Token> grammarscope.server.corenlp.BreadthAnalysis.tokens |
Tokens
| Map<TypedDependencyMode, Collection<TypedDependency> > grammarscope.server.corenlp.BreadthAnalysis.typedDependencies |
Typed dependencies (workflow 1)
| Map<TypedDependencyMode, Collection<TypedDependency> > grammarscope.server.corenlp.BreadthAnalysis.typedDependencies2 |
Typed dependencies (workflow 2)
| List<String> grammarscope.server.corenlp.BreadthAnalysis.words |
Words
| List<WordSegment> grammarscope.server.corenlp.BreadthAnalysis.wordSegments |
Word segments
1.8.17