public abstract class AbstractLanguageAnalyser extends AbstractProcessingResource implements LanguageAnalyser
AbstractProcessingResource.InternalStatusListener, AbstractProcessingResource.IntervalProgressListener| Modifier and Type | Field and Description |
|---|---|
protected Corpus |
corpus
The corpus property for this analyser.
|
protected Document |
document
The document property for this analyser.
|
interruptednamefeaturesANNOTATION_COREF_FEATURE_NAME, DATE_ANNOTATION_TYPE, DATE_POSTED_ANNOTATION_TYPE, DEFAULT_FILE, DOCUMENT_COREF_FEATURE_NAME, JOB_ID_ANNOTATION_TYPE, LOCATION_ANNOTATION_TYPE, LOOKUP_ANNOTATION_TYPE, LOOKUP_CLASS_FEATURE_NAME, LOOKUP_INSTANCE_FEATURE_NAME, LOOKUP_LANGUAGE_FEATURE_NAME, LOOKUP_MAJOR_TYPE_FEATURE_NAME, LOOKUP_MINOR_TYPE_FEATURE_NAME, LOOKUP_ONTOLOGY_FEATURE_NAME, MONEY_ANNOTATION_TYPE, ORGANIZATION_ANNOTATION_TYPE, PERSON_ANNOTATION_TYPE, PERSON_GENDER_FEATURE_NAME, PLUGIN_DIR, SENTENCE_ANNOTATION_TYPE, SPACE_TOKEN_ANNOTATION_TYPE, TOKEN_ANNOTATION_TYPE, TOKEN_CATEGORY_FEATURE_NAME, TOKEN_KIND_FEATURE_NAME, TOKEN_LENGTH_FEATURE_NAME, TOKEN_ORTH_FEATURE_NAME, TOKEN_STRING_FEATURE_NAME| Constructor and Description |
|---|
AbstractLanguageAnalyser() |
| Modifier and Type | Method and Description |
|---|---|
Corpus |
getCorpus()
Get the corpus property for this analyser.
|
Document |
getDocument()
Get the document property for this analyser.
|
void |
setCorpus(Corpus corpus)
Set the corpus property for this analyser.
|
void |
setDocument(Document document)
Set the document property for this analyser.
|
addProgressListener, addStatusListener, cleanup, execute, fireProcessFinished, fireProgressChanged, fireStatusChanged, getRuntimeParameterValues, getRuntimeParameterValues, init, interrupt, isInterrupted, reInit, removeProgressListener, removeStatusListenercheckParameterValues, flushBeanInfoCache, forgetBeanInfo, getBeanInfo, getInitParameterValues, getInitParameterValues, getName, getParameterValue, getParameterValue, getParameterValues, removeResourceListeners, setName, setParameterValue, setParameterValue, setParameterValues, setParameterValues, setResourceListeners, toStringgetFeatures, setFeaturesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreInitcleanup, getParameterValue, init, setParameterValue, setParameterValuesgetFeatures, setFeaturesgetName, setNameexecute, interrupt, isInterruptedprotected Document document
protected Corpus corpus
public void setDocument(Document document)
setDocument in interface LanguageAnalyserpublic Document getDocument()
getDocument in interface LanguageAnalyserpublic void setCorpus(Corpus corpus)
setCorpus in interface LanguageAnalyserpublic Corpus getCorpus()
getCorpus in interface LanguageAnalyserCopyright © 2024 GATE. All rights reserved.