Package | Description |
---|---|
gate | |
gate.creole | |
gate.gui.teamware |
Modifier and Type | Interface and Description |
---|---|
interface |
CorpusController
Models the execution of groups of ProcessingResources on a given corpus.
|
Modifier and Type | Method and Description |
---|---|
static RunningStrategy |
Utils.getRunningStrategy(Controller controller,
ProcessingResource pr)
Return the running strategy of the PR in the controller, if the controller
is a conditional controller.
|
static boolean |
Utils.isEnabled(Controller controller,
ProcessingResource pr)
This method can be used to check if a ProcessingResource has
a chance to be run in the given controller with the current settings.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConditionalController
A Conditional controller is a controller that keeps a running strategy for
each PR contained.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractController |
class |
ConditionalSerialAnalyserController
This class implements a SerialController that only contains
LanguageAnalyser s. |
class |
ConditionalSerialController
Execute a list of PRs serially.
|
class |
RealtimeCorpusController
A custom GATE controller that interrupts the execution over a document when a
specified amount of time has elapsed.
|
class |
SerialAnalyserController
This class implements a SerialController that only contains
LanguageAnalyser s. |
class |
SerialController
Execute a list of PRs serially.
|
Modifier and Type | Method and Description |
---|---|
void |
SerialAnalyserController.controllerExecutionAborted(Controller c,
Throwable t) |
void |
ControllerAwarePR.controllerExecutionAborted(Controller c,
Throwable t)
Called by a controller containing this PR when the controller's
execution has been aborted by an exception thrown by one of the
contained PR's
execute methods, or by the controller
itself. |
void |
ConditionalSerialAnalyserController.controllerExecutionAborted(Controller c,
Throwable t) |
void |
SerialAnalyserController.controllerExecutionFinished(Controller c) |
void |
ControllerAwarePR.controllerExecutionFinished(Controller c)
Called by a controller containing this PR when the controller's
execution has completed successfully.
|
void |
ConditionalSerialAnalyserController.controllerExecutionFinished(Controller c) |
void |
SerialAnalyserController.controllerExecutionStarted(Controller c) |
void |
ControllerAwarePR.controllerExecutionStarted(Controller c)
Called by a controller containing this PR when the controller
begins executing.
|
void |
ConditionalSerialAnalyserController.controllerExecutionStarted(Controller c) |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
TeamwareUtils.getInputAnnotationSets(Controller c)
Get the set of annotation set names that an application requires
for input.
|
static Set<String> |
TeamwareUtils.getLikelyInputAnnotationSets(Controller c)
Analyse the given controller and return a list of likely candidate
input annotation sets.
|
static Set<String> |
TeamwareUtils.getLikelyOutputAnnotationSets(Controller c)
Analyse the given controller and return a list of likely candidate
output annotation sets.
|
static Set<String> |
TeamwareUtils.getOutputAnnotationSets(Controller c)
Get the set of annotation set names that an application uses for
output.
|
Constructor and Description |
---|
InputOutputAnnotationSetsDialog(Controller controller) |
Copyright © 2024 GATE. All rights reserved.