![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
boolean | init (final String text) |
![]() | |
String | getText () throws RuntimeException |
List< WordSegment > | getWords () throws RuntimeException |
List< SentenceSegment > | getSentences () throws RuntimeException |
int | getSentenceCount () throws RuntimeException |
List< Token > | getTokens (int sentenceIdx) throws RuntimeException |
AParseTree | getParseTree (int sentenceIdx) throws RuntimeException |
APartsOfSpeech | getPoses (int sentenceIdx) throws RuntimeException |
AGrammaticalStructure | getGrammaticalStructure (int sentenceIdx) throws RuntimeException |
ARelationDependents | getRelationDependents (int sentenceIdx) throws RuntimeException |
ATypedDependencies | getTypedDependencies (int sentenceIdx, TypedDependencyProvider provider, TypedDependencyMode mode) throws RuntimeException |
Map< TypedDependencyProvider, Map< TypedDependencyMode, ATypedDependencies > > | getTypedDependencies (int sentenceIdx) throws RuntimeException |
ASemanticGraph | getSemanticGraph (int sentenceIdx, TypedDependencyProvider provider, TypedDependencyMode mode) throws RuntimeException |
Map< TypedDependencyProvider, Map< TypedDependencyMode, ASemanticGraph > > | getSemanticGraphs (int sentenceIdx) throws RuntimeException |
ANamedEntities | getNamedEntities (int sentenceIdx) throws RuntimeException |
Sentiment | getSentiment (int sentenceIdx) throws RuntimeException |
List< Entailment > | getEntailments (int sentenceIdx) throws RuntimeException |
List< Triple > | getTriples (int sentenceIdx) throws RuntimeException |
ACoreferences | getCoreferences () throws RuntimeException |
AAnalysis | getAnalysis (int sentenceIdx) throws RuntimeException |
ATextAnalysis | getTextAnalysis (TypedDependencyProvider provider, TypedDependencyMode mode) throws RuntimeException |
String | getReport (int sentenceIdx, boolean xmlFlag) throws RuntimeException |
String[] | getReports (int sentenceIdx, boolean xmlFlag) throws RuntimeException |
String | getTextReport (TypedDependencyProvider provider, TypedDependencyMode mode, boolean xmlFlag) throws RuntimeException |
String[] | getTextReports (TypedDependencyProvider provider, TypedDependencyMode mode, boolean xmlFlag) throws RuntimeException |
TypedDependencyProvider[] | getSupportedProviders () |
TypedDependencyMode[] | getSupportedModes () |
Represents document on server-side. Used in server to client communication
boolean grammarscope.iface.IDocumentFactory.init | ( | final String | text | ) |
Init processing
text | input text |
Implemented in grammarscope.glue.AbstractDocumentFactory, grammarscope.glue.parser.DocumentFactory, grammarscope.glue.corenlp.DocumentFactory, grammarscope.artifacts.AbstractDocumentFactory, grammarscope.artifacts.AbstractDocumentFactory, grammarscope.ejb.client.parser.DocumentFactory, grammarscope.ejb.client.parser.DocumentFactory, grammarscope.ejb.client.corenlp.DocumentFactory, grammarscope.ejb.client.corenlp.DocumentFactory, grammarscope.io.xml.XMLDocumentFactory, grammarscope.artifacts.ejb.client.corenlp.DocumentFactoryAsync, grammarscope.artifacts.ejb.client.corenlp.DocumentFactoryAsync, grammarscope.server.NullDocumentFactory, grammarscope.artifacts.ejb.client.corenlp.DocumentFactorySync, grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync, grammarscope.artifacts.ejb.client.parser.DocumentFactorySync, grammarscope.artifacts.ejb.client.corenlp.DocumentFactorySync, grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync, and grammarscope.artifacts.ejb.client.parser.DocumentFactorySync.