|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gate.util.AbstractFeatureBearer | +--gate.creole.AbstractResource | +--gate.creole.AbstractProcessingResource | +--gate.creole.AbstractLanguageAnalyser | +--gate.creole.coref.Coreferencer
Field Summary | |
static String |
COREF_ANN_SET_PARAMETER_NAME
|
static String |
COREF_ANTECEDENT_FEATURE_NAME
|
static String |
COREF_DOCUMENT_PARAMETER_NAME
|
static String |
COREF_TYPE_FEATURE_NAME
|
Constructor Summary | |
Coreferencer()
--- |
Method Summary | |
void |
execute()
This method runs the coreferencer. |
String |
getAnnotationSetName()
--- |
Boolean |
getResolveIt()
--- |
Resource |
init()
Initialise this resource, and return it. |
void |
reInit()
Reinitialises the processing resource. |
void |
setAnnotationSetName(String annotationSetName)
--- |
void |
setDocument(Document newDocument)
Set the document to run on. |
void |
setResolveIt(Boolean newValue)
--- |
Methods inherited from class gate.creole.AbstractLanguageAnalyser |
getCorpus, getDocument, setCorpus |
Methods inherited from class gate.creole.AbstractProcessingResource |
addProgressListener, addStatusListener, cleanup, interrupt, isInterrupted, removeProgressListener, removeStatusListener |
Methods inherited from class gate.creole.AbstractResource |
checkParameterValues, getName, getParameterValue, getParameterValue, removeResourceListeners, setName, setParameterValue, setParameterValue, setParameterValues, setParameterValues, setResourceListeners |
Methods inherited from class gate.util.AbstractFeatureBearer |
getFeatures, setFeatures |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface gate.Resource |
cleanup, getParameterValue, setParameterValue, setParameterValues |
Methods inherited from interface gate.util.FeatureBearer |
getFeatures, setFeatures |
Methods inherited from interface gate.util.NameBearer |
getName, setName |
Methods inherited from interface gate.Executable |
interrupt, isInterrupted |
Field Detail |
public static final String COREF_DOCUMENT_PARAMETER_NAME
public static final String COREF_ANN_SET_PARAMETER_NAME
public static final String COREF_TYPE_FEATURE_NAME
public static final String COREF_ANTECEDENT_FEATURE_NAME
Constructor Detail |
public Coreferencer()
Method Detail |
public Resource init() throws ResourceInstantiationException
init
in interface Resource
init
in class AbstractProcessingResource
ResourceInstantiationException
public void reInit() throws ResourceInstantiationException
reInit
in interface ProcessingResource
reInit
in class AbstractProcessingResource
ResourceInstantiationException
public void setDocument(Document newDocument)
setDocument
in interface LanguageAnalyser
setDocument
in class AbstractLanguageAnalyser
public void setAnnotationSetName(String annotationSetName)
public String getAnnotationSetName()
public void setResolveIt(Boolean newValue)
public Boolean getResolveIt()
public void execute() throws ExecutionException
execute
in interface Executable
execute
in class AbstractProcessingResource
ExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |