GrammarScope  4.0.0
grammarscope.glue.corenlp.DocumentFactory Member List

This is the complete list of members for grammarscope.glue.corenlp.DocumentFactory, including all inherited members.

AbstractDocumentFactory(final Language language)grammarscope.glue.AbstractDocumentFactory
annotationgrammarscope.glue.corenlp.DocumentFactoryprivate
coreferencesToString(final Coreferences coreferences, final boolean isXml)grammarscope.glue.AbstractDocumentFactoryprivatestatic
DocumentFactory(final Language language)grammarscope.glue.corenlp.DocumentFactory
entailmentsToString(final List< Entailment > entailments, final boolean isXml)grammarscope.glue.AbstractDocumentFactoryprivatestatic
flatten(final List< List< WordSegment >> sentenceWordSegments)grammarscope.glue.AbstractDocumentFactoryprivatestatic
getAnalysis(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getCoreferences()grammarscope.glue.AbstractDocumentFactory
getEntailments(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getGrammaticalStructure(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getNamedEntities(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getParseTree(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getPoses(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getRelationDependents(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getReport(final int sentenceIdx, final boolean xMLFlag)grammarscope.glue.AbstractDocumentFactory
getReports(final int sentenceIdx, final boolean xMLFlag)grammarscope.glue.AbstractDocumentFactory
getSegmentation()grammarscope.glue.corenlp.DocumentFactory
getSemanticGraph(final int sentenceIdx, final TypedDependencyProvider provider, final TypedDependencyMode mode)grammarscope.glue.AbstractDocumentFactory
getSemanticGraphs(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getSentenceCount()grammarscope.glue.AbstractDocumentFactory
getSentences()grammarscope.glue.corenlp.DocumentFactory
getSentiment(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getSpan(final List<? extends Segment > segments)grammarscope.glue.AbstractDocumentFactoryprivatestatic
getStanfordCoreferences()grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordEntailments(final int sentenceIdx)grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordGrammaticalStructure(final int sentenceIdx)grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordNamedEntities(final int sentenceIdx)grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordParseTree(final int sentenceIdx)grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordSemanticGraph(final int sentenceIdx, final TypedDependencyMode mode)grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordSemanticGraph2(final int sentenceIdx, final TypedDependencyMode mode)grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordSentiment(final int sentenceIdx)grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordTriples(final int sentenceIdx)grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordTypedDependencies(final int sentenceIdx, final TypedDependencyMode mode)grammarscope.glue.corenlp.DocumentFactoryprotected
getStanfordTypedDependencies2(final int sentenceIdx, final TypedDependencyMode mode)grammarscope.glue.corenlp.DocumentFactoryprotected
getSupportedModes()grammarscope.glue.corenlp.DocumentFactory
getSupportedProviders()grammarscope.glue.corenlp.DocumentFactory
getText()grammarscope.glue.AbstractDocumentFactory
getTextAnalysis(final TypedDependencyProvider provider, final TypedDependencyMode mode)grammarscope.glue.AbstractDocumentFactory
getTextReport(final TypedDependencyProvider provider, final TypedDependencyMode mode, final boolean xMLModeFlag)grammarscope.glue.AbstractDocumentFactory
getTextReports(final TypedDependencyProvider provider, final TypedDependencyMode mode, final boolean xMLModeFlag)grammarscope.glue.AbstractDocumentFactory
getTokens(final int sentenceIdx)grammarscope.glue.corenlp.DocumentFactory
getTriples(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getTypedDependencies(final int sentenceIdx, final TypedDependencyProvider provider, final TypedDependencyMode mode)grammarscope.glue.AbstractDocumentFactory
getTypedDependencies(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactory
getWords()grammarscope.glue.corenlp.DocumentFactory
grammaticalStructuresgrammarscope.glue.AbstractDocumentFactoryprotected
grammaticalStructureToString(final GrammaticalStructure grammaticalStructure, final boolean isXml)grammarscope.glue.AbstractDocumentFactoryprivatestatic
groupToSentence(final List< List< WordSegment >> sentenceWordSegments)grammarscope.glue.AbstractDocumentFactoryprivatestatic
init(final String text)grammarscope.glue.corenlp.DocumentFactory
languagegrammarscope.glue.AbstractDocumentFactoryprotected
makeSemanticGraphs(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactoryprivate
makeSemanticGraphs2(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactoryprivate
makeTypedDependencies(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactoryprivate
makeTypedDependencies2(final int sentenceIdx)grammarscope.glue.AbstractDocumentFactoryprivate
namedEntitiesToString(final List< NamedEntity > namedEntities, final String sentenceString, final SentenceSegment sentenceSegment, final boolean isXml)grammarscope.glue.AbstractDocumentFactoryprivatestatic
parseTreesgrammarscope.glue.AbstractDocumentFactoryprotected
pipelinegrammarscope.glue.corenlp.DocumentFactoryprivatestatic
relationDependentsDirectFactorygrammarscope.glue.AbstractDocumentFactoryprotected
relationDependentsFromGrammaticalStructuregrammarscope.glue.AbstractDocumentFactoryprivatestatic
semanticGraphsToString(final Map< TypedDependencyMode, SemanticGraph > semanticGraphs, final TypedDependencyProvider provider, final boolean isXml)grammarscope.glue.AbstractDocumentFactoryprivatestatic
sentenceSegmentsgrammarscope.glue.AbstractDocumentFactoryprivate
sentimentToString(final Sentiment sentiment, final boolean isXml)grammarscope.glue.AbstractDocumentFactoryprivatestatic
set(final Pipeline pipeline)grammarscope.glue.corenlp.DocumentFactorystatic
stanfordModegrammarscope.glue.AbstractDocumentFactoryprivatestatic
textgrammarscope.glue.AbstractDocumentFactoryprotected
tokensgrammarscope.glue.AbstractDocumentFactoryprotected
tokensToString(final List< Token > tokens, @SuppressWarnings("SameParameterValue") final String tokenizer, final boolean isXml)grammarscope.glue.AbstractDocumentFactoryprivatestatic
treeToString(final Tree parseTree, final boolean isXml)grammarscope.glue.AbstractDocumentFactoryprivatestatic
triplesToString(final List< Triple > triples, final boolean isXml)grammarscope.glue.AbstractDocumentFactoryprivatestatic
typedDependenciesgrammarscope.glue.AbstractDocumentFactoryprotected
typedDependencies2grammarscope.glue.AbstractDocumentFactoryprotected
typedDependenciesToString(final Map< TypedDependencyMode, Collection< TypedDependency >> typedDependencies, final TypedDependencyProvider provider, final boolean isXML)grammarscope.glue.AbstractDocumentFactoryprivatestatic
wordSegmentsgrammarscope.glue.AbstractDocumentFactoryprivate
xMLPrintergrammarscope.glue.AbstractDocumentFactorystatic