Semantic graph annotator
- Author
- Bernard Bou
◆ SemanticGraphAnnotator()
| grammarscope.server.corenlp.SemanticGraphAnnotator.SemanticGraphAnnotator |
( |
final String |
annotatorName, |
|
|
final Properties |
properties |
|
) |
| |
Constructor
- Parameters
-
| annotatorName | annotator name |
| properties | properties |
◆ 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 |
( |
| ) |
|
◆ 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 |
◆ 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: