public abstract class SplitterResource extends org.apache.uima.fit.component.Resource_ImplBase implements SplitterAlgorithm
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_DICT_RESOURCE
This external resource wraps the dictionary which shall be used by the splitter.
|
static String |
PARAM_MORPHEME_RESOURCE
This external resource wraps the morphemes list which shall be used by the splitter.
|
protected SplitterAlgorithm |
splitter |
Constructor and Description |
---|
SplitterResource() |
Modifier and Type | Method and Description |
---|---|
void |
afterResourcesInitialized() |
boolean |
initialize(org.apache.uima.resource.ResourceSpecifier aSpecifier,
Map aAdditionalParams) |
getLogger, getResourceName
destroy, getCasManager, getMetaData, getRelativePathResolver, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger, setMetaData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setDictionary, setLinkingMorphemes, setMaximalTreeDepth, split
public static final String PARAM_DICT_RESOURCE
public static final String PARAM_MORPHEME_RESOURCE
protected SplitterAlgorithm splitter
public boolean initialize(org.apache.uima.resource.ResourceSpecifier aSpecifier, Map aAdditionalParams) throws org.apache.uima.resource.ResourceInitializationException
initialize
in interface org.apache.uima.resource.Resource
initialize
in class org.apache.uima.fit.component.Resource_ImplBase
org.apache.uima.resource.ResourceInitializationException
public void afterResourcesInitialized() throws RuntimeException
afterResourcesInitialized
in interface org.apache.uima.fit.component.ExternalResourceAware
afterResourcesInitialized
in class org.apache.uima.fit.component.Resource_ImplBase
RuntimeException
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.