|
GATE Version 3.1-2270 |
|||||||||
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.kea | |
gate.creole.ml | |
gate.creole.ml.maxent | |
gate.creole.ml.svmlight | |
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 | |
---|---|
protected void |
SerialController.checkParameters()
Verifies that all PRs have all their required rutime parameters set. |
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. |
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. |
void |
SerialController.execute()
Run the Processing Resources in sequence. |
void |
Transducer.execute()
Implementation of the run() method from Runnable . |
protected void |
ConditionalSerialController.runComponent(int componentIndex)
Executes a ProcessingResource . |
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 |
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.kea |
---|
Methods in gate.creole.kea that throw ExecutionException | |
---|---|
void |
Kea.execute()
Executes this PR. |
protected void |
Kea.finishTraining()
Stops the training phase and builds the actual model. |
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. |
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. |
Object |
MLEngine.classifyInstance(List attributes)
Classifies a new instance. |
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.svmlight |
---|
Methods in gate.creole.ml.svmlight that throw ExecutionException | |
---|---|
List |
SVMLightWrapper.batchClassifyInstances(List instances)
Decide on the outcomes for all the instances, based on the values of all the features for each of the instances in a document. |
Object |
SVMLightWrapper.classifyInstance(List attributeValues)
Decide on the outcome for the instance, based on the values of all the features. |
void |
SVMLightWrapper.initialiseAndTrainClassifier()
Use svm_learn to create a new svm model, based on all the data currently stored in the wrapper. |
Uses of ExecutionException in gate.creole.ml.weka |
---|
Methods in gate.creole.ml.weka that throw ExecutionException | |
---|---|
protected void |
Wrapper.addTrainingInstance(weka.core.Instance instance)
|
void |
Wrapper.addTrainingInstance(List attributeValues)
|
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. |
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 | |
---|---|
protected String |
OrthoMatcher.containTitle(String annotString,
Annotation annot)
return a person name without title |
void |
OrthoMatcher.execute()
Run the resource. |
protected void |
OrthoMatcher.matchNameAnnotations()
|
protected void |
OrthoMatcher.matchUnknown()
|
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 | |
---|---|
protected boolean |
SinglePhaseTransducer.fireRule(ArrayList acceptingFSMInstances,
SinglePhaseTransducer.SearchState state,
long lastNodeOff,
SimpleSortedSet offsets,
AnnotationSet inputAS,
AnnotationSet outputAS,
Document doc,
SimpleSortedSet annotationsByOffset)
Fire the rule that matched. |
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()
|
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |