This class adds dependency parse information to an Annotation. Contrary to the original DependencyParseAnnotator, it adds the Grammatical Structure. edu.stanford.nlp.pipeline.DependencyParseAnnotator.
- Author
- Jon Gauthier
-
Bernard Bou
◆ DParserAnnotator()
| grammarscope.server.corenlp.DParserAnnotator.DParserAnnotator |
( |
final String |
annotatorName, |
|
|
final Properties |
properties0 |
|
) |
| |
Constructor
- Parameters
-
| annotatorName | annotator name |
| properties0 | properties of annotator |
◆ doOneFailedSentence()
| void grammarscope.server.corenlp.DParserAnnotator.doOneFailedSentence |
( |
final Annotation |
annotation, |
|
|
final CoreMap |
sentence |
|
) |
| |
|
protected |
◆ doOneSentence()
| void grammarscope.server.corenlp.DParserAnnotator.doOneSentence |
( |
final Annotation |
annotation, |
|
|
final CoreMap |
sentence |
|
) |
| |
|
protected |
◆ maxTime()
| long grammarscope.server.corenlp.DParserAnnotator.maxTime |
( |
| ) |
|
|
protected |
◆ nThreads()
| int grammarscope.server.corenlp.DParserAnnotator.nThreads |
( |
| ) |
|
|
protected |
◆ requirementsSatisfied()
| Set<Class<? extends CoreAnnotation> > grammarscope.server.corenlp.DParserAnnotator.requirementsSatisfied |
( |
| ) |
|
◆ requires()
| Set<Class<? extends CoreAnnotation> > grammarscope.server.corenlp.DParserAnnotator.requires |
( |
| ) |
|
◆ DEFAULT_MAX_TIME
| final long grammarscope.server.corenlp.DParserAnnotator.DEFAULT_MAX_TIME = Long.MAX_VALUE |
|
staticprivate |
◆ DEFAULT_N_THREADS
| final int grammarscope.server.corenlp.DParserAnnotator.DEFAULT_N_THREADS = 1 |
|
staticprivate |
◆ maxTime
| final long grammarscope.server.corenlp.DParserAnnotator.maxTime |
|
private |
Maximum parse time (in milliseconds) for a sentence
◆ nThreads
| final int grammarscope.server.corenlp.DParserAnnotator.nThreads |
|
private |
◆ parser
| final DependencyParser grammarscope.server.corenlp.DParserAnnotator.parser |
|
private |
◆ STANFORD_DPARSER
| final String grammarscope.server.corenlp.DParserAnnotator.STANFORD_DPARSER = "dparse" |
|
staticpackage |
◆ verbose
| final boolean grammarscope.server.corenlp.DParserAnnotator.verbose |
|
private |
The documentation for this class was generated from the following file: