|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionException | |
gate | This package contains the public interface to the GATE Java API. |
gate.creole | |
gate.creole.annotdelete | |
gate.creole.annotransfer | |
gate.creole.coref | |
gate.creole.dumpingPR | |
gate.creole.gazetteer | |
gate.creole.ir | |
gate.creole.ml | |
gate.creole.ml.maxent | |
gate.creole.ml.weka | |
gate.creole.morph | |
gate.creole.orthomatcher | |
gate.creole.splitter | |
gate.creole.tokeniser | |
gate.creole.tokeniser.chinesetokeniser | |
gate.jape | |
gate.lexicon |
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 |
APFormatExporter.execute()
Run the resource and does the entire export process |
void |
AbstractController.execute()
Starts the execution of this executable |
void |
AbstractProcessingResource.execute()
Run the resource. |
void |
ConditionalSerialAnalyserController.execute()
Run the Processing Resources in sequence. |
protected void |
ConditionalSerialController.runComponent(int componentIndex)
Executes a ProcessingResource . |
void |
GazetteerListsCollector.execute()
|
void |
POSTagger.execute()
|
void |
RDFFormatExporter.execute()
Run the resource and does the entire export process |
void |
SerialAnalyserController.execute()
Run the Processing Resources in sequence. |
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 . |
void |
Transducer.execute()
Implementation of the run() method from Runnable .
|
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 |
Coreferencer.execute()
This method runs the coreferencer. |
void |
NominalCoref.execute()
This method runs the coreferencer. |
void |
PronominalCoref.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 |
DefaultGazetteer.execute()
This method runs the gazetteer. |
void |
FlexibleGazetteer.execute()
This method runs the gazetteer. |
void |
OntoGazetteerImpl.execute()
Executes this onto gazetteer over a pre-set document |
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 |
MLEngine.addTrainingInstance(List attributes)
Adds a new training instance to the dataset. |
Object |
MLEngine.classifyInstance(List attributes)
Classifies a new instance. |
List |
MLEngine.batchClassifyInstances(List instances)
Like classify instances, but take a list of instances instead of a single instance, and return a list of results (one for each instance) instead of a single result. |
void |
MachineLearningPR.execute()
Run the resource. |
Uses of ExecutionException in gate.creole.ml.maxent |
Methods in gate.creole.ml.maxent that throw ExecutionException | |
List |
MaxentWrapper.batchClassifyInstances(List instances)
Some wrappers allow batch classification, but this one doesn't, so if it's ever called just inform the user about this by throwing an exception. |
Object |
MaxentWrapper.classifyInstance(List attributeValues)
Decide on the outcome for the instance, based on the values of all the maxent features. |
Uses of ExecutionException in gate.creole.ml.weka |
Methods in gate.creole.ml.weka that throw ExecutionException | |
List |
Wrapper.batchClassifyInstances(List instances)
Some wrappers allow batch classification, but this one doesn't, so if it's ever called just inform the user about this by throwing an exception. |
void |
Wrapper.addTrainingInstance(List attributeValues)
|
protected void |
Wrapper.addTrainingInstance(weka.core.Instance instance)
|
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)
|
void |
Wrapper.loadDatasetFromArff(FileReader reader)
|
Uses of ExecutionException in gate.creole.morph |
Methods in gate.creole.morph that throw ExecutionException | |
void |
Morph.execute()
Method is executed after the init() method has finished its execution. |
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 |
DefaultTokeniser.execute()
|
void |
SimpleTokeniser.execute()
The method that does the actual tokenisation. |
Uses of ExecutionException in gate.creole.tokeniser.chinesetokeniser |
Methods in gate.creole.tokeniser.chinesetokeniser that throw ExecutionException | |
void |
ChineseTokeniser.execute()
This method gets executed whenever user clicks on the Run button available in the GATE gui. |
Uses of ExecutionException in gate.jape |
Methods in gate.jape that throw ExecutionException | |
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. |
void |
MultiPhaseTransducer.transduce(Document doc,
AnnotationSet input,
AnnotationSet output)
Transduce the document by running each phase in turn. |
void |
SinglePhaseTransducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document using the annotation set provided and the current rule application style. |
abstract void |
Transducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document. |
Uses of ExecutionException in gate.lexicon |
Methods in gate.lexicon that throw ExecutionException | |
void |
TestNLGLexiconPR.execute()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |