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, mergeProperties
public static Property IS_LAZILY_INITIALIZED
public static Property IS_SENTENCE_LEVEL
public ResourceManager getDefaultConfig()
getDefaultConfig
in class Configurator
Copyright © 2017. All rights reserved.