Interface | Description |
---|---|
ANNIEConstants |
This interface defines constants used by the ANNIE processing resources.
|
AnnotationVisualResource |
Visual Resources that display and/or edit annotations.
|
ConditionalController |
A Conditional controller is a controller that keeps a running strategy for
each PR contained.
|
ControllerAwarePR |
This interface should be implemented by processing resources that
need to know when any containing controller starts and ends its
execution, for example to initialise internal data structures or to
do some aggregate processing of data gathered from a whole corpus.
|
CustomDuplication |
Interface which should be implemented by any Resource type which cannot be
duplicated in the standard way (see
Factory.duplicate ). |
Plugin.DownloadListener | |
RunningStrategy |
Base interface for objects that are used to decide whether a PR member of a
ConditionalController needs to be run. |
Class | Description |
---|---|
AbstractController | |
AbstractLanguageAnalyser |
A parent implementation of language analysers with some default code.
|
AbstractLanguageResource |
A convenience implementation of LanguageResource with some default code.
|
AbstractProcessingResource |
A convenience implementation of ProcessingResource with some default
code.
|
AbstractResource |
A convenience implementation of Resource with some default code.
|
AbstractVisualResource |
A convenience implementation of VisualResource with some default code.
|
AnalyserRunningStrategy |
A type running strategy that decides whether the associated PR needs to be
run based on the value of a specified feature on the document that the PR
needs to be run on.
|
AnnotationSchema |
This class handles annotation schemas.An annotation schema is a
representation of an annotation, together with its types and their
attributes, values and types.
|
BootStrap |
This class creates a resource (e.g.ProcessingResource, VisualResource or
Language Resource) with the information from the user and generates a
project in the directory provided by the user
|
ConditionalSerialAnalyserController |
This class implements a SerialController that only contains
LanguageAnalyser s. |
ConditionalSerialController |
Execute a list of PRs serially.
|
CreoleAnnotationHandler |
Class to take a creole.xml file (as a JDOM tree) and add elements
corresponding to the CREOLE annotations on the RESOURCE classes it declares.
|
CreoleRegisterImpl |
This class implements the CREOLE register interface.
|
CreoleXmlHandler |
This is a SAX handler for processing
creole.xml files. |
FeatureSchema |
This class describes a schema for a feature.
|
PackagedController | |
Parameter |
Models a resource parameter.
|
ParameterList |
Models resource parameters lists as described in their
creole.xml metadata.
|
Plugin | |
Plugin.Component | |
Plugin.Directory | |
Plugin.Maven | |
Plugin.ResourceInfoVisitor |
ClassVisitor that uses information from a CreoleResource annotation on the
visited class (if such exists) to fill in the name and comment in the
corresponding ResourceInfo.
|
RealtimeCorpusController |
A custom GATE controller that interrupts the execution over a document when a
specified amount of time has elapsed.
|
ResourceData |
Models an individual CREOLE resource metadata, plus configuration data,
plus the instantiations of the resource current within the system.
|
ResourceReference |
This class provides a common way of referencing a resource regardless of
where it is located.
|
RunningStrategy.UnconditionalRunningStrategy |
RunningStrateguy implementation that unconditionally either runs
or doesn't run a given PR.
|
SerialAnalyserController |
This class implements a SerialController that only contains
LanguageAnalyser s. |
SerialController |
Execute a list of PRs serially.
|
Exception | Description |
---|---|
ExecutionException |
Exception used to signal problems during the execution of GATE controllers
and Processing Resources.
|
ExecutionInterruptedException |
Thrown by
Executable s after they have stopped their execution
as a result of a call to their interrupt() method. |
ParameterException |
This exception indicates failure to set a resource parameter.
|
ResourceInstantiationException |
This exception indicates failure during instantiation of resources,
which may be due to a number of causes:
the resource metadata contains parameters that aren't available on
the resource;
the class for the resource cannot be found (e.g.
|
Copyright © 2024 GATE. All rights reserved.