GrammarScope  4.0.0
Public Member Functions | Static Public Member Functions | List of all members
grammarscope.io.xml.XMLDocumentFactoryGrammarScope Class Reference
Inheritance diagram for grammarscope.io.xml.XMLDocumentFactoryGrammarScope:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.io.xml.XMLDocumentFactoryGrammarScope:
Collaboration graph
[legend]

Public Member Functions

 XMLDocumentFactoryGrammarScope (final URL url)
 
- Public Member Functions inherited from grammarscope.io.xml.XMLDocumentFactory
 XMLDocumentFactory (final URL url)
 
boolean init (final String text)
 
String getText () throws RuntimeException
 
List< WordSegmentgetWords () throws RuntimeException
 
int getSentenceCount () throws RuntimeException
 
List< SentenceSegmentgetSentences () throws RuntimeException
 
List< TokengetTokens (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< EntailmentgetEntailments (final int sentenceIdx) throws RuntimeException
 
List< TriplegetTriples (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 ()
 
- Public Member Functions inherited from grammarscope.io.xml.XMLDocument
boolean init ()
 

Static Public Member Functions

static void make (final XMLDocument xmlDocument)
 

Additional Inherited Members

- Public Attributes inherited from grammarscope.io.xml.XMLDocument
boolean stanfordMode = true
 
- Protected Member Functions inherited from grammarscope.io.xml.XMLDocument
 XMLDocument (final URL url)
 
- Protected Attributes inherited from grammarscope.io.xml.XMLDocument
String ROOT
 
String ROOT_FORMAT
 
String DOCUMENT
 
String TEXT
 
String SENTENCES
 
String SENTENCE
 
String SENTENCE_IDX
 
String SENTENCE_FROM
 
String SENTENCE_TO
 
String SENTENCE_TEXT
 
String SENTENCE_BEGIN
 
String SENTENCE_END
 
String TOKENS
 
String TOKEN
 
String TOKEN_IDX
 
String TOKEN_FROM
 
String TOKEN_TO
 
String TOKEN_BEGIN
 
String TOKEN_END
 
String TOKEN_WORD
 
String TOKEN_LEMMA
 
String TOKEN_POS
 
String TOKEN_NER
 
String TOKEN_NORM_NER
 
String TOKEN_SENTIMENT
 
String TOKEN_SPEAKER
 
String PARSE
 
String PARSE_FORMAT
 
String PARSE_NODE
 
String PARSE_NODE_IDX
 
String PARSE_NODE_VALUE
 
String PARSE_NODE_SCORE
 
String PARSE_NODE_WORD
 
String PARSE_NODE_WORD_IDX
 
String PARSE_NODE_LEMMA
 
String GSTRUCTURE
 
String GSTRUCTURE_FORMAT
 
String GSNODE
 
String GSNODE_IDX
 
String GSNODE_VALUE
 
String GSNODE_SCORE
 
String GSNODE_RELATION
 
String GSNODE_WORD
 
String GSNODE_WORD_IDX
 
String GSNODE_LEMMA
 
String GSNODE_HEAD
 
String GSNODE_ANNOTATION
 
String GSNODE_ANNOTATION_KEY
 
String GSNODE_DEPENDENT
 
String GSNODE_GOVERNOR
 
String TYPEDDEPENDENCIES_SET
 
String TYPEDDEPENDENCIES
 
String TYPEDDEPENDENCIES_PROVIDER
 
String TYPEDDEPENDENCIES_MODE
 
String TYPEDDEPENDENCIES_STYLE
 
String GRAPH_SET
 
String GRAPH
 
String GRAPH_PROVIDER
 
String GRAPH_MODE
 
String GRAPH_DEPENDENCIES
 
String GRAPH_ROOTS
 
String GRAPH_ROOT
 
String GRAPH_ROOT_IDX
 
String DEPENDENCY
 
String DEPENDENCY_TYPE
 
String RELATION
 
String DEPENDENT
 
String DEPENDENT_IDX
 
String GOVERNOR
 
String GOVERNOR_IDX
 
String NAMED_ENTITIES
 
String NAMED_ENTITY
 
String NAMED_ENTITY_FROM
 
String NAMED_ENTITY_TO
 
String NAMED_ENTITY_WORD
 
String NAMED_ENTITY_GENDER
 
String NAMED_ENTITY_NUMBER
 
String NAMED_ENTITY_ANIMACY
 
String SENTIMENT
 
String SENTIMENT_CLASS
 
String SENTIMENT_VALUE
 
String ENTAILMENTS
 
String ENTAILMENT
 
String ENTAILMENT_SCORE
 
String TRIPLES
 
String TRIPLE
 
String TRIPLE_SUBJECT
 
String TRIPLE_RELATION
 
String TRIPLE_OBJECT
 
String COREFERENCES
 
String COREFERENCE
 
String COREFERENCE_MENTION
 
String COREFERENCE_MENTION_FROM
 
String COREFERENCE_MENTION_TO
 
String COREFERENCE_MENTION_REPRESENTATIVE
 
String COREFERENCE_TEXT
 
String COREFERENCE_HEAD
 
String COREFERENCE_SENTENCE
 
String COREFERENCE_START
 
String COREFERENCE_END
 
String text
 
List< List< WordSegment > > segments
 
Map< Integer, Map< Integer, Token > > tokens
 
Map< Integer, AParseTreeparses
 
Map< Integer, AGrammaticalStructuregrammaticalStructures
 
Map< Integer, Map< TypedDependencyProvider, Map< TypedDependencyMode, ATypedDependencies > > > typedDependencies
 
Map< Integer, Map< TypedDependencyProvider, Map< TypedDependencyMode, ASemanticGraph > > > semanticGraphs
 
Map< Integer, APartsOfSpeechposes
 
Map< Integer, ANamedEntitiesnamedEntities
 
Map< Integer, Sentimentsentiments
 
Map< Integer, List< Entailment > > entailments
 
Map< Integer, List< Triple > > triples
 
ACoreferences coreferences
 
Document domDocument
 
final URL url
 

Detailed Description

Document (as read from XML formatted data - the format is specific)

Author
Bernard Bou

Constructor & Destructor Documentation

◆ XMLDocumentFactoryGrammarScope()

grammarscope.io.xml.XMLDocumentFactoryGrammarScope.XMLDocumentFactoryGrammarScope ( final URL  url)

Constructor

Parameters
urlXML document URL

Member Function Documentation

◆ make()

static void grammarscope.io.xml.XMLDocumentFactoryGrammarScope.make ( final XMLDocument  xmlDocument)
static

Make

Parameters
xmlDocumentdocument

The documentation for this class was generated from the following file: