@Bindable public class LexicalDataLoader extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
reloadResources
Reloads cached stop words and stop labels on every processing request.
|
ResourceLookup |
resourceLookup
Lexical resource lookup facade.
|
Constructor and Description |
---|
LexicalDataLoader() |
@Processing @Input @Attribute(key="reload-resources") @Label(value="Reload lexical resources") @Level(value=MEDIUM) @Group(value="Preprocessing") public boolean reloadResources
This flag is reset to false
after successful resource reload to prevent
multiple resource reloads during the same processing cycle.
@Processing @Input @Internal @Attribute(key="resource-lookup") @Label(value="Resource lookup facade") @Level(value=ADVANCED) @Group(value="Preprocessing") public ResourceLookup resourceLookup