public class AnnotatorConfigurator extends Configurator
| Modifier and Type | Field and Description |
|---|---|
static Property |
IS_LAZILY_INITIALIZED
if 'true', the annotator will only be initialized on the first call to its getView() method.
|
static Property |
IS_SENTENCE_LEVEL
if 'true', this Annotator has no inter-sentence dependencies during processing, so each
sentence can be processed individually.
|
FALSE, TRUE| Constructor and Description |
|---|
AnnotatorConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
ResourceManager |
getDefaultConfig()
get a ResourceManager object with the default key/value pairs for this configurator
|
generateProperties, getConfig, getConfig, mergeProperties, mergePropertiespublic static Property IS_LAZILY_INITIALIZED
public static Property IS_SENTENCE_LEVEL
public ResourceManager getDefaultConfig()
getDefaultConfig in class ConfiguratorCopyright © 2017. All rights reserved.