|
| | XMLDocumentFactoryGrammarScope (final URL url) |
| |
| | XMLDocumentFactory (final URL url) |
| |
| boolean | init (final String text) |
| |
| String | getText () throws RuntimeException |
| |
| List< WordSegment > | getWords () throws RuntimeException |
| |
| int | getSentenceCount () throws RuntimeException |
| |
| List< SentenceSegment > | getSentences () throws RuntimeException |
| |
| List< Token > | getTokens (final int sentenceIdx) throws RuntimeException |
| |
| APartsOfSpeech | getPoses (final int sentenceIdx) throws RuntimeException |
| |
| AParseTree | getParseTree (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) throws RuntimeException |
| |
| List< Entailment > | getEntailments (final int sentenceIdx) throws RuntimeException |
| |
| List< Triple > | getTriples (final int sentenceIdx) throws RuntimeException |
| |
| ACoreferences | getCoreferences () throws RuntimeException |
| |
| AAnalysis | getAnalysis (final int sentenceIdx) throws RuntimeException |
| |
| ATextAnalysis | getTextAnalysis (final TypedDependencyProvider provider, final TypedDependencyMode mode) 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 |
| |
| TypedDependencyProvider[] | getSupportedProviders () |
| |
| TypedDependencyMode[] | getSupportedModes () |
| |
| boolean | init () |
| |
Document (as read from XML formatted data - the format is specific)
- Author
- Bernard Bou