GrammarScope  4.0.0
Classes | Public Member Functions | Protected Member Functions | Static Package Attributes | Private Attributes | Static Private Attributes | List of all members
grammarscope.server.corenlp.SemanticGraphAnnotator Class Reference
Inheritance diagram for grammarscope.server.corenlp.SemanticGraphAnnotator:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.server.corenlp.SemanticGraphAnnotator:
Collaboration graph
[legend]

Classes

class  BasicNoExtraSemanticGraph2Annotation
 
class  BasicNoExtraSemanticGraphAnnotation
 
class  BasicSemanticGraph2Annotation
 
class  BasicSemanticGraphAnnotation
 
class  CCProcessedNoExtraSemanticGraph2Annotation
 
class  CCProcessedNoExtraSemanticGraphAnnotation
 
class  CCProcessedSemanticGraph2Annotation
 
class  CCProcessedSemanticGraphAnnotation
 
class  CollapsedNoExtraSemanticGraph2Annotation
 
class  CollapsedNoExtraSemanticGraphAnnotation
 
class  CollapsedSemanticGraph2Annotation
 
class  CollapsedSemanticGraphAnnotation
 
class  CollapsedTreeSemanticGraph2Annotation
 
class  CollapsedTreeSemanticGraphAnnotation
 
class  EnhancedPlusPlusSemanticGraph2Annotation
 
class  EnhancedPlusPlusSemanticGraphAnnotation
 
class  EnhancedSemanticGraph2Annotation
 
class  EnhancedSemanticGraphAnnotation
 
class  SemanticGraphAnnotation
 

Public Member Functions

 SemanticGraphAnnotator (final String annotatorName, final Properties properties)
 
Set< Class<? extends CoreAnnotation > > requires ()
 
Set< Class<? extends CoreAnnotation > > requirementsSatisfied ()
 

Protected Member Functions

int nThreads ()
 
long maxTime ()
 
void doOneSentence (final Annotation annotation, final CoreMap sentenceMap)
 
void doOneFailedSentence (final Annotation annotation, final CoreMap sentence)
 

Static Package Attributes

static final String STANFORD_SEMANTICGRAPH = "semanticgraph"
 

Private Attributes

final boolean verbose
 
final boolean merge2to1
 
final long flags
 
final long flags2
 
final int nThreads
 
final long maxTime
 

Static Private Attributes

static final int DEFAULT_NTHREADS = 1
 
static final long DEFAULT_MAX_TIME = Long.MAX_VALUE
 

Detailed Description

Semantic graph annotator

Author
Bernard Bou

Constructor & Destructor Documentation

◆ SemanticGraphAnnotator()

grammarscope.server.corenlp.SemanticGraphAnnotator.SemanticGraphAnnotator ( final String  annotatorName,
final Properties  properties 
)

Constructor

Parameters
annotatorNameannotator name
propertiesproperties

Member Function Documentation

◆ doOneFailedSentence()

void grammarscope.server.corenlp.SemanticGraphAnnotator.doOneFailedSentence ( final Annotation  annotation,
final CoreMap  sentence 
)
protected

◆ doOneSentence()

void grammarscope.server.corenlp.SemanticGraphAnnotator.doOneSentence ( final Annotation  annotation,
final CoreMap  sentenceMap 
)
protected

◆ maxTime()

long grammarscope.server.corenlp.SemanticGraphAnnotator.maxTime ( )
protected

◆ nThreads()

int grammarscope.server.corenlp.SemanticGraphAnnotator.nThreads ( )
protected

◆ requirementsSatisfied()

Set<Class<? extends CoreAnnotation> > grammarscope.server.corenlp.SemanticGraphAnnotator.requirementsSatisfied ( )

◆ requires()

Set<Class<? extends CoreAnnotation> > grammarscope.server.corenlp.SemanticGraphAnnotator.requires ( )

Member Data Documentation

◆ DEFAULT_MAX_TIME

final long grammarscope.server.corenlp.SemanticGraphAnnotator.DEFAULT_MAX_TIME = Long.MAX_VALUE
staticprivate

◆ DEFAULT_NTHREADS

final int grammarscope.server.corenlp.SemanticGraphAnnotator.DEFAULT_NTHREADS = 1
staticprivate

◆ flags

final long grammarscope.server.corenlp.SemanticGraphAnnotator.flags
private

◆ flags2

final long grammarscope.server.corenlp.SemanticGraphAnnotator.flags2
private

◆ maxTime

final long grammarscope.server.corenlp.SemanticGraphAnnotator.maxTime
private

Maximum parse time (in milliseconds) for a sentence

◆ merge2to1

final boolean grammarscope.server.corenlp.SemanticGraphAnnotator.merge2to1
private

◆ nThreads

final int grammarscope.server.corenlp.SemanticGraphAnnotator.nThreads
private

Threads

◆ STANFORD_SEMANTICGRAPH

final String grammarscope.server.corenlp.SemanticGraphAnnotator.STANFORD_SEMANTICGRAPH = "semanticgraph"
staticpackage

◆ verbose

final boolean grammarscope.server.corenlp.SemanticGraphAnnotator.verbose
private

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