GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.document.IDocument Interface Reference
Inheritance diagram for grammarscope.document.IDocument:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.document.IDocument:
Collaboration graph
[legend]

Public Member Functions

boolean isReady ()
 
void clear ()
 
void recognize (int sentenceIdx)
 
void parse (int sentenceIdx)
 
void analyze (int sentenceIdx)
 
void processText ()
 
- Public Member Functions inherited from grammarscope.iface.IDocumentFactoryService
String getText () throws RuntimeException
 
List< WordSegmentgetWords () throws RuntimeException
 
List< SentenceSegmentgetSentences () throws RuntimeException
 
int getSentenceCount () throws RuntimeException
 
List< TokengetTokens (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< EntailmentgetEntailments (int sentenceIdx) throws RuntimeException
 
List< TriplegetTriples (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 ()
 

Detailed Description

Document interface

Author
Bernard Bou

Member Function Documentation

◆ analyze()

void grammarscope.document.IDocument.analyze ( int  sentenceIdx)

Analyze sentence

Parameters
sentenceIdxsentence index

Implemented in grammarscope.document.Document.

◆ clear()

void grammarscope.document.IDocument.clear ( )

Clear cached data

Implemented in grammarscope.document.Document.

◆ isReady()

boolean grammarscope.document.IDocument.isReady ( )

Is ready

Returns
true if document is ready

Implemented in grammarscope.document.Document.

◆ parse()

void grammarscope.document.IDocument.parse ( int  sentenceIdx)

Parse sentence

Parameters
sentenceIdxsentence index

Implemented in grammarscope.document.Document.

◆ processText()

void grammarscope.document.IDocument.processText ( )

Process text level information (like coreference)

Implemented in grammarscope.document.Document.

◆ recognize()

void grammarscope.document.IDocument.recognize ( int  sentenceIdx)

Recognize sentence (parts-of-speech, named entities, sentiment)

Parameters
sentenceIdxsentence index

Implemented in grammarscope.document.Document.


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