GrammarScope  4.0.0
Public Member Functions | Static Public Attributes | Package Functions | Package Attributes | List of all members
grammarscope.document.Status Class Reference

Public Member Functions

String toString ()
 
String toHtmlString ()
 

Static Public Attributes

static final int PARTS_OF_SPEECH = 0
 
static final int PARSE = 1
 
static final int GRAMMATICAL_STRUCTURE = 2
 
static final int RELATIONS = 3
 
static final int TYPEDDEPENDENCIES = 4
 
static final int SEMANTIC_GRAPHS = 5
 
static final int NAMED_ENTITIES = 6
 
static final int SENTIMENT = 7
 
static final int ENTAILMENTS = 8
 
static final int TRIPLES = 9
 
static final int COUNT = 10
 

Package Functions

 Status (final int sentenceCount)
 

Package Attributes

boolean coreference
 
final boolean[][] perSentence
 

Constructor & Destructor Documentation

◆ Status()

grammarscope.document.Status.Status ( final int  sentenceCount)
package

Member Function Documentation

◆ toHtmlString()

String grammarscope.document.Status.toHtmlString ( )

◆ toString()

String grammarscope.document.Status.toString ( )

Member Data Documentation

◆ coreference

boolean grammarscope.document.Status.coreference
package

◆ COUNT

final int grammarscope.document.Status.COUNT = 10
static

◆ ENTAILMENTS

final int grammarscope.document.Status.ENTAILMENTS = 8
static

◆ GRAMMATICAL_STRUCTURE

final int grammarscope.document.Status.GRAMMATICAL_STRUCTURE = 2
static

◆ NAMED_ENTITIES

final int grammarscope.document.Status.NAMED_ENTITIES = 6
static

◆ PARSE

final int grammarscope.document.Status.PARSE = 1
static

◆ PARTS_OF_SPEECH

final int grammarscope.document.Status.PARTS_OF_SPEECH = 0
static

◆ perSentence

final boolean [][] grammarscope.document.Status.perSentence
package

◆ RELATIONS

final int grammarscope.document.Status.RELATIONS = 3
static

◆ SEMANTIC_GRAPHS

final int grammarscope.document.Status.SEMANTIC_GRAPHS = 5
static

◆ SENTIMENT

final int grammarscope.document.Status.SENTIMENT = 7
static

◆ TRIPLES

final int grammarscope.document.Status.TRIPLES = 9
static

◆ TYPEDDEPENDENCIES

final int grammarscope.document.Status.TYPEDDEPENDENCIES = 4
static

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