![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| DocumentFactoryAsync () throws Exception | |
| boolean | init (final String text) |
| TypedDependencyMode[] | getSupportedModes () throws RuntimeException |
| String | processText (final String text) throws Exception |
| DocumentFactoryAsync () throws Exception | |
| boolean | init (final String text) |
| TypedDependencyMode[] | getSupportedModes () throws RuntimeException |
| String | processText (final String text) throws Exception |
Public Member Functions inherited from grammarscope.artifacts.AbstractDocumentFactory | |
| AbstractDocumentFactory () | |
| TypedDependencyProvider[] | getSupportedProviders () throws RuntimeException |
| String | getText () throws RuntimeException |
| List< SentenceSegment > | getSentences () throws RuntimeException |
| int | getSentenceCount () throws RuntimeException |
| List< WordSegment > | getWords () throws RuntimeException |
| List< Token > | getTokens (final int sentenceIdx) throws RuntimeException |
| AParseTree | getParseTree (final int sentenceIdx) throws RuntimeException |
| APartsOfSpeech | getPoses (final int sentenceIdx) throws RuntimeException |
| AGrammaticalStructure | getGrammaticalStructure (final int sentenceIdx) throws RuntimeException |
| ARelationDependents | getRelationDependents (final int sentenceIdx) throws RuntimeException |
| ATypedDependencies | getTypedDependencies (final int sentenceIdx, final TypedDependencyProvider provider, final TypedDependencyMode mode) throws RuntimeException |
| Map< TypedDependencyProvider, Map< TypedDependencyMode, ATypedDependencies > > | getTypedDependencies (final int sentenceIdx) throws RuntimeException |
| ASemanticGraph | getSemanticGraph (final int sentenceIdx, final TypedDependencyProvider provider, final TypedDependencyMode mode) throws RuntimeException |
| Map< TypedDependencyProvider, Map< TypedDependencyMode, ASemanticGraph > > | getSemanticGraphs (final int sentenceIdx) throws RuntimeException |
| ANamedEntities | getNamedEntities (final int sentenceIdx) throws RuntimeException |
| Sentiment | getSentiment (final int sentenceIdx) |
| List< Entailment > | getEntailments (final int sentenceIdx) |
| List< Triple > | getTriples (final int sentenceIdx) |
| ACoreferences | getCoreferences () throws RuntimeException |
| ATextAnalysis | getTextAnalysis (final TypedDependencyProvider provider, final TypedDependencyMode mode) throws RuntimeException |
| AAnalysis | getAnalysis (final int sentenceIdx) throws RuntimeException |
| String[] | getReports (final int sentenceIdx, final boolean xMLFlag) throws RuntimeException |
| String | getReport (final int sentenceIdx, final boolean xMLFlag) throws RuntimeException |
| String | getTextReport (final TypedDependencyProvider provider, final TypedDependencyMode mode, final boolean xMLModeFlag) throws RuntimeException |
| String[] | getTextReports (final TypedDependencyProvider provider, final TypedDependencyMode mode, final boolean xMLModeFlag) throws RuntimeException |
| AbstractDocumentFactory () | |
| TypedDependencyProvider[] | getSupportedProviders () throws RuntimeException |
| String | getText () throws RuntimeException |
| List< SentenceSegment > | getSentences () throws RuntimeException |
| int | getSentenceCount () throws RuntimeException |
| List< WordSegment > | getWords () throws RuntimeException |
| List< Token > | getTokens (final int sentenceIdx) throws RuntimeException |
| AParseTree | getParseTree (final int sentenceIdx) throws RuntimeException |
| APartsOfSpeech | getPoses (final int sentenceIdx) throws RuntimeException |
| AGrammaticalStructure | getGrammaticalStructure (final int sentenceIdx) throws RuntimeException |
| ARelationDependents | getRelationDependents (final int sentenceIdx) throws RuntimeException |
| ATypedDependencies | getTypedDependencies (final int sentenceIdx, final TypedDependencyProvider provider, final TypedDependencyMode mode) throws RuntimeException |
| Map< TypedDependencyProvider, Map< TypedDependencyMode, ATypedDependencies > > | getTypedDependencies (final int sentenceIdx) throws RuntimeException |
| ASemanticGraph | getSemanticGraph (final int sentenceIdx, final TypedDependencyProvider provider, final TypedDependencyMode mode) throws RuntimeException |
| Map< TypedDependencyProvider, Map< TypedDependencyMode, ASemanticGraph > > | getSemanticGraphs (final int sentenceIdx) throws RuntimeException |
| ANamedEntities | getNamedEntities (final int sentenceIdx) throws RuntimeException |
| Sentiment | getSentiment (final int sentenceIdx) |
| List< Entailment > | getEntailments (final int sentenceIdx) |
| List< Triple > | getTriples (final int sentenceIdx) |
| ACoreferences | getCoreferences () throws RuntimeException |
| ATextAnalysis | getTextAnalysis (final TypedDependencyProvider provider, final TypedDependencyMode mode) throws RuntimeException |
| AAnalysis | getAnalysis (final int sentenceIdx) throws RuntimeException |
| String[] | getReports (final int sentenceIdx, final boolean xMLFlag) throws RuntimeException |
| String | getReport (final int sentenceIdx, final boolean xMLFlag) throws RuntimeException |
| String | getTextReport (final TypedDependencyProvider provider, final TypedDependencyMode mode, final boolean xMLModeFlag) throws RuntimeException |
| String[] | getTextReports (final TypedDependencyProvider provider, final TypedDependencyMode mode, final boolean xMLModeFlag) throws RuntimeException |
Document factory implementation as Stanford Parser EJB client
| grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync.DocumentFactoryAsync | ( | ) | throws Exception |
Constructor
| Exception | exception |
| grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync.DocumentFactoryAsync | ( | ) | throws Exception |
Constructor
| Exception | exception |
| TypedDependencyMode [] grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync.getSupportedModes | ( | ) | throws RuntimeException |
Get supported typed dependency modes
Reimplemented from grammarscope.artifacts.AbstractDocumentFactory.
| TypedDependencyMode [] grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync.getSupportedModes | ( | ) | throws RuntimeException |
Get supported typed dependency modes
Reimplemented from grammarscope.artifacts.AbstractDocumentFactory.
| boolean grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync.init | ( | final String | text | ) |
Init processing
| text | input text |
Reimplemented from grammarscope.artifacts.AbstractDocumentFactory.
| boolean grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync.init | ( | final String | text | ) |
Init processing
| text | input text |
Reimplemented from grammarscope.artifacts.AbstractDocumentFactory.
| String grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync.processText | ( | final String | text | ) | throws Exception |
Reimplemented from grammarscope.artifacts.AbstractDocumentFactory.
| String grammarscope.artifacts.ejb.client.parser.DocumentFactoryAsync.processText | ( | final String | text | ) | throws Exception |
Reimplemented from grammarscope.artifacts.AbstractDocumentFactory.
1.8.17