|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExecutionException in gate |
Methods in gate that throw ExecutionException | |
void |
Executable.execute()
Starts the execution of this executable |
Uses of ExecutionException in gate.creole |
Subclasses of ExecutionException in gate.creole | |
class |
ExecutionInterruptedException
Thrown by Executable s after they have stopped their execution
as a result of a call to their interrupt() method. |
Methods in gate.creole that throw ExecutionException | |
void |
RDFFormatExporter.execute()
Run the resource and does the entire export process |
void |
GazetteerListsCollector.execute()
|
void |
APFormatExporter.execute()
Run the resource and does the entire export process |
protected void |
ConditionalSerialController.runComponent(int componentIndex)
Executes a ProcessingResource . |
void |
ConditionalSerialAnalyserController.execute()
Run the Processing Resources in sequence. |
void |
SerialAnalyserController.execute()
Run the Processing Resources in sequence. |
void |
POSTagger.execute()
|
void |
Transducer.execute()
Implementation of the run() method from Runnable . |
void |
AbstractProcessingResource.execute()
Run the resource. |
void |
AbstractController.execute()
Starts the execution of this executable |
protected void |
SerialController.checkParameters()
Verifies that all PRs have all their required rutime parameters set. |
void |
SerialController.execute()
Run the Processing Resources in sequence. |
protected void |
SerialController.runComponent(int componentIndex)
Executes a ProcessingResource . |
Uses of ExecutionException in gate.creole.annotdelete |
Methods in gate.creole.annotdelete that throw ExecutionException | |
void |
AnnotationDeletePR.execute()
Run the resource. |
Uses of ExecutionException in gate.creole.annotransfer |
Methods in gate.creole.annotransfer that throw ExecutionException | |
void |
AnnotationSetTransfer.execute()
Run the resource. |
Uses of ExecutionException in gate.creole.coref |
Methods in gate.creole.coref that throw ExecutionException | |
void |
NominalCoref.execute()
This method runs the coreferencer. |
private void |
NominalCoref.preprocess()
--- |
void |
PronominalCoref.execute()
This method runs the coreferencer. |
private void |
PronominalCoref.preprocess()
--- |
void |
Coreferencer.execute()
This method runs the coreferencer. |
Uses of ExecutionException in gate.creole.dumpingPR |
Methods in gate.creole.dumpingPR that throw ExecutionException | |
void |
DumpingPR.execute()
Run the resource. |
Uses of ExecutionException in gate.creole.gazetteer |
Methods in gate.creole.gazetteer that throw ExecutionException | |
void |
OntoGazetteerImpl.execute()
Executes this onto gazetteer over a pre-set document |
void |
DefaultGazetteer.execute()
This method runs the gazetteer. |
Uses of ExecutionException in gate.creole.ir |
Methods in gate.creole.ir that throw ExecutionException | |
void |
SearchPR.execute()
This method runs the coreferencer. |
Uses of ExecutionException in gate.creole.ml |
Methods in gate.creole.ml that throw ExecutionException | |
void |
MachineLearningPR.execute()
Run the resource. |
void |
MLEngine.addTrainingInstance(List attributes)
Adds a new training instance to the dataset. |
Object |
MLEngine.classifyInstance(List attributes)
Classifies a new instance. |
Uses of ExecutionException in gate.creole.ml.weka |
Methods in gate.creole.ml.weka that throw ExecutionException | |
void |
Wrapper.addTrainingInstance(List attributeValues)
|
protected weka.core.Instance |
Wrapper.buildInstance(List attributeValues)
Constructs an instance valid for the current dataset from a list of attribute values. |
Object |
Wrapper.classifyInstance(List attributeValues)
|
Uses of ExecutionException in gate.creole.orthomatcher |
Methods in gate.creole.orthomatcher that throw ExecutionException | |
void |
OrthoMatcher.execute()
Run the resource. |
protected void |
OrthoMatcher.matchNameAnnotations()
|
protected void |
OrthoMatcher.matchUnknown()
|
protected String |
OrthoMatcher.containTitle(String annotString,
Annotation annot)
return a person name without title |
Uses of ExecutionException in gate.creole.splitter |
Methods in gate.creole.splitter that throw ExecutionException | |
void |
SentenceSplitter.execute()
|
Uses of ExecutionException in gate.creole.tokeniser |
Methods in gate.creole.tokeniser that throw ExecutionException | |
void |
SimpleTokeniser.execute()
The method that does the actual tokenisation. |
void |
DefaultTokeniser.execute()
|
Uses of ExecutionException in gate.jape |
Methods in gate.jape that throw ExecutionException | |
void |
SinglePhaseTransducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document using the annotation set provided and the current rule application style. |
void |
MultiPhaseTransducer.transduce(Document doc,
AnnotationSet input,
AnnotationSet output)
Transduce the document by running each phase in turn. |
abstract void |
Transducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document. |
void |
Batch.transduce(Corpus coll)
Process the given collection. |
void |
Batch.transduce(Document doc)
Process a single document. |
void |
Batch.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Process a single document. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |