Package | Description |
---|---|
gate | |
gate.annotation | |
gate.corpora | |
gate.corpora.export | |
gate.creole | |
gate.creole.ir | |
gate.creole.ontology |
The GATE ontology API.
|
gate.event | |
gate.gui | |
gate.gui.annedit | |
gate.gui.docview | |
gate.persist | |
gate.wordnet |
Modifier and Type | Interface and Description |
---|---|
interface |
Controller
Models the execution of groups of ProcessingResources.
|
interface |
Corpus
Corpora are lists of Document.
|
interface |
CorpusController
Models the execution of groups of ProcessingResources on a given corpus.
|
interface |
Document
Represents the commonalities between all sorts of documents.
|
interface |
LanguageAnalyser
A special type of
ProcessingResource that processes Document s |
interface |
LanguageResource
Models all sorts of language resources.
|
interface |
ProcessingResource
Models all sorts of processing resources.
|
interface |
SimpleCorpus
Corpora are lists of Document.
|
interface |
SimpleDocument
Represents the commonalities between all sorts of documents.
|
interface |
TextualDocument
Top interface for all types of textual documents (transient or persistent).
|
interface |
VisualResource
Models all sorts of visual resources.
|
Modifier and Type | Class and Description |
---|---|
class |
CorpusExporter
A
DocumentExporter that is also capable of exporting
a whole corpus to a single file. |
class |
DocumentExporter
Adds support for exporting documents from GATE.
|
class |
DocumentFormat
The format of Documents.
|
Modifier and Type | Method and Description |
---|---|
static Resource |
Factory.createResource(String resourceClassName)
Create an instance of a resource using default parameter values.
|
static Resource |
Factory.createResource(String resourceClassName,
FeatureMap parameterValues)
Create an instance of a resource, and return it.
|
static Resource |
Factory.createResource(String resourceClassName,
FeatureMap parameterValues,
FeatureMap features)
Create an instance of a resource, and return it.
|
static Resource |
Factory.createResource(String resourceClassName,
FeatureMap parameterValues,
FeatureMap features,
String resourceName)
Create an instance of a resource, and return it.
|
static Resource |
Factory.defaultDuplicate(Resource res,
Factory.DuplicationContext ctx)
Implementation of the default duplication algorithm described in
the comment for
Factory.duplicate(Resource) . |
static Resource |
Factory.duplicate(Resource res)
Create a duplicate of the given resource.
|
static Resource |
Factory.duplicate(Resource res,
Factory.DuplicationContext ctx)
Create a duplicate of the given resource, using the provided
context.
|
Resource |
Resource.init()
Initialise this resource, and return it.
|
Modifier and Type | Method and Description |
---|---|
List<Resource> |
CreoleRegister.getAllInstances(String type)
Get a list of all the known Resource instances in the register that are of
the specified (class or interface) type or one of its sub-types.
|
Modifier and Type | Method and Description |
---|---|
static Resource |
Factory.defaultDuplicate(Resource res,
Factory.DuplicationContext ctx)
Implementation of the default duplication algorithm described in
the comment for
Factory.duplicate(Resource) . |
static void |
Factory.deleteResource(Resource resource)
Delete an instance of a resource.
|
static Resource |
Factory.duplicate(Resource res)
Create a duplicate of the given resource.
|
static Resource |
Factory.duplicate(Resource res,
Factory.DuplicationContext ctx)
Create a duplicate of the given resource, using the provided
context.
|
void |
CreoleRegister.setResourceName(Resource res,
String newName)
Renames an existing resource.
|
Modifier and Type | Method and Description |
---|---|
void |
CreoleRegister.registerComponent(Class<? extends Resource> clazz)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
CorpusAnnotationDiff
This class compare two annotation sets on annotation type given by the
AnnotationSchema object.
|
Modifier and Type | Method and Description |
---|---|
Resource |
CorpusAnnotationDiff.init()
This method does the diff, Precision,Recall,FalsePositive
calculation and so on.
|
Modifier and Type | Class and Description |
---|---|
class |
ConllDocumentFormat
Document format for handling CoNLL/IOB documents:
He PRP B-NP
accepted VBD B-VP
the DT B-NP
position NN I-NP
...
|
class |
CorpusImpl
Corpora are sets of Document.
|
class |
DocumentImpl
Represents the commonalities between all sorts of documents.
|
class |
EmailDocumentFormat
The format of Documents.
|
class |
NekoHtmlDocumentFormat
DocumentFormat that uses Andy Clark's NekoHTML
parser to parse HTML documents.
|
class |
SerialCorpusImpl |
class |
SgmlDocumentFormat
The format of Documents.
|
class |
TextualDocumentFormat
The format of Documents.
|
class |
TikaFormat |
class |
UimaDocumentFormat
UIMA XCAS and XMICAS document formats.
|
class |
XmlDocumentFormat
The format of Documents.
|
Modifier and Type | Method and Description |
---|---|
Resource |
CorpusImpl.duplicate(Factory.DuplicationContext ctx)
Custom duplication for a corpus - duplicate this corpus in the
usual way, then duplicate the documents in this corpus and add them
to the duplicate.
|
Resource |
SerialCorpusImpl.duplicate(Factory.DuplicationContext ctx)
SerialCorpusImpl does not support duplication.
|
Resource |
DocumentImpl.init()
Initialise this resource, and return it.
|
Resource |
NekoHtmlDocumentFormat.init()
Initialise this resource, and return it.
|
Resource |
XmlDocumentFormat.init()
Initialise this resource, and return it.
|
Resource |
TextualDocumentFormat.init()
Initialise this resource, and return it.
|
Resource |
CorpusImpl.init()
Initialise this resource, and return it.
|
Resource |
TikaFormat.init() |
Resource |
UimaDocumentFormat.init() |
Resource |
SgmlDocumentFormat.init()
Initialise this resource, and return it.
|
Resource |
EmailDocumentFormat.init()
Initialise this resource, and return it.
|
Resource |
SerialCorpusImpl.init() |
Resource |
ConllDocumentFormat.init()
Initialise this resource, and return it.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentImpl.resourceRenamed(Resource resource,
String oldName,
String newName) |
void |
CorpusImpl.resourceRenamed(Resource resource,
String oldName,
String newName) |
void |
SerialCorpusImpl.resourceRenamed(Resource resource,
String oldName,
String newName) |
Modifier and Type | Class and Description |
---|---|
class |
GateXMLExporter |
class |
InlineXMLExporter |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationVisualResource
Visual Resources that display and/or edit annotations.
|
interface |
ConditionalController
A Conditional controller is a controller that keeps a running strategy for
each PR contained.
|
interface |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractController |
class |
AbstractLanguageAnalyser
A parent implementation of language analysers with some default code.
|
class |
AbstractLanguageResource
A convenience implementation of LanguageResource with some default code.
|
class |
AbstractProcessingResource
A convenience implementation of ProcessingResource with some default
code.
|
class |
AbstractResource
A convenience implementation of Resource with some default code.
|
class |
AbstractVisualResource
A convenience implementation of VisualResource with some default code.
|
class |
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.
|
class |
ConditionalSerialAnalyserController
This class implements a SerialController that only contains
LanguageAnalyser s. |
class |
ConditionalSerialController
Execute a list of PRs serially.
|
class |
PackagedController |
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 | Field and Description |
---|---|
protected List<Resource> |
ResourceData.instantiationStack
The stack of instantiations
|
protected Class<? extends Resource> |
ResourceData.resourceClass
The class of the resource
|
protected List<Resource> |
ResourceData.unmodifiableInstantiationStack
Unmodifiable view of the instantiation stack, returned by
getInstantiations to ensure that the only way to modify the list is
through the add/removeInstantiation methods of this class.
|
Modifier and Type | Method and Description |
---|---|
Resource |
CustomDuplication.duplicate(Factory.DuplicationContext ctx)
Create a duplicate of this resource.
|
Resource |
SerialController.duplicate(Factory.DuplicationContext ctx)
Duplicate this controller.
|
Resource |
ConditionalSerialController.duplicate(Factory.DuplicationContext ctx)
Custom duplication method for conditional controllers to handle
duplicating the running strategies.
|
Resource |
RealtimeCorpusController.init() |
Resource |
AbstractProcessingResource.init()
Initialise this resource, and return it.
|
Resource |
AbstractVisualResource.init()
Initialise this resource, and return it.
|
Resource |
AbstractResource.init()
Initialise this resource, and return it.
|
Resource |
AbstractController.init()
Initialise this resource, and return it.
|
Resource |
AnnotationSchema.init()
Initialise this resource, and return it.
|
Modifier and Type | Method and Description |
---|---|
List<Resource> |
CreoleRegisterImpl.getAllInstances(String type) |
List<Resource> |
CreoleRegisterImpl.getAllInstances(String type,
boolean includeHidden) |
List<Resource> |
ResourceData.getInstantiations()
Get the list of instantiations of resources
|
Class<? extends Resource> |
ResourceData.getResourceClass()
Get method for the resource class.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceData.addInstantiation(Resource resource)
Add an instantiation of the resource to the register of these
|
static boolean |
AbstractResource.checkParameterValues(Resource resource,
List<List<Parameter>> parameters)
Checks whether the provided
Resource has values for all the
required parameters from the provided list of parameters. |
protected void |
CreoleRegisterImpl.fireResourceRenamed(Resource res,
String oldName,
String newName) |
static FeatureMap |
AbstractResource.getInitParameterValues(Resource res)
Get the current values for all of a specified resource's
registered init-time parameters.
|
static Object |
AbstractResource.getParameterValue(Resource resource,
String paramaterName)
Gets the value of a parameter for a resource.
|
static FeatureMap |
AbstractResource.getParameterValues(Resource res,
List<List<Parameter>> params)
Get the current values of the given parameters from the given
resource.
|
static FeatureMap |
AbstractProcessingResource.getRuntimeParameterValues(Resource res)
Get the current values for all of a specified resource's
registered runtime parameters.
|
boolean |
ResourceData.removeInstantiation(Resource resource)
Remove an instantiation of the resource from the register of these.
|
static void |
AbstractResource.removeResourceListeners(Resource resource,
Map<String,? extends Object> listeners)
Removes listeners from a resource.
|
void |
SerialController.resourceRenamed(Resource resource,
String oldName,
String newName) |
void |
CreoleRegisterImpl.resourceRenamed(Resource resource,
String oldName,
String newName) |
static void |
AbstractResource.setParameterValue(Resource resource,
BeanInfo resBeanInf,
String paramaterName,
Object parameterValue)
Sets the value for a specified parameter for a resource.
|
static void |
AbstractResource.setParameterValues(Resource resource,
FeatureMap parameters)
Sets the values for more parameters for a resource in one step.
|
static void |
AbstractResource.setResourceListeners(Resource resource,
Map<String,? extends Object> listeners)
Adds listeners to a resource.
|
void |
CreoleRegisterImpl.setResourceName(Resource res,
String newName)
Renames an existing resource.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AbstractResource.forgetBeanInfo(Class<? extends Resource> c) |
static BeanInfo |
AbstractResource.getBeanInfo(Class<? extends Resource> c) |
void |
CreoleRegisterImpl.registerComponent(Class<? extends Resource> resourceClass) |
void |
ResourceData.setResourceClass(Class<? extends Resource> resourceClass)
Set method for the resource class
|
Constructor and Description |
---|
Component(Class<? extends Resource> resourceClass) |
Component(Class<? extends Resource> resourceClass,
URL baseURL) |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedCorpus |
Modifier and Type | Interface and Description |
---|---|
interface |
Ontology
Interface for ontology language resources.
|
Modifier and Type | Field and Description |
---|---|
protected Resource |
DatastoreEvent.resource |
Modifier and Type | Method and Description |
---|---|
Resource |
CreoleEvent.getResource()
Gets the resource that has been (un)loaded.
|
Resource |
DatastoreEvent.getResource()
Gets the resource involved in this event
|
Modifier and Type | Method and Description |
---|---|
void |
CreoleListener.resourceRenamed(Resource resource,
String oldName,
String newName)
Called when the creole register has renamed a resource.1
|
Constructor and Description |
---|
CreoleEvent(Resource res,
int type)
Constructor
|
DatastoreEvent(DataStore source,
int type,
Resource res,
Object resourceID)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResizableVisualResource
This interface denotes visual resources that can be resized.
|
Modifier and Type | Class and Description |
---|---|
class |
ControllerMetadataViewer
This viewer displays metadata associated with a GATE Controller.
|
class |
CorpusEditor
A simple viewer/editor for corpora.
|
class |
CorpusQualityAssurance
Quality assurance corpus view.
|
class |
FeaturesSchemaEditor |
class |
LuceneDataStoreSearchGUI
GUI allowing to write a query with a JAPE derived syntax for querying
a Lucene Datastore and display the results with a stacked view of the
annotations and their values.
|
class |
PRViewer |
class |
ResourceHelper |
class |
SerialControllerEditor |
class |
SerialDatastoreViewer |
Modifier and Type | Field and Description |
---|---|
protected List<Resource> |
AnnotationDiffGUI.documents |
protected IdentityHashMap<Resource,JMenuItem> |
DocumentExportMenu.itemByResource |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceParametersEditor.getResource()
Does this GUI component allow editing?
|
Resource |
CorpusQualityAssurance.init() |
Resource |
CorpusEditor.init() |
Resource |
ResourceHelper.init() |
Resource |
FeaturesSchemaEditor.init()
Initialise this resource, and return it.
|
Resource |
PRViewer.init() |
Resource |
LuceneDataStoreSearchGUI.init()
Called when a View is loaded in GATE.
|
Resource |
SerialDatastoreViewer.init()
Initialise this resource, and return it.
|
Resource |
ControllerMetadataViewer.init() |
Resource |
SerialControllerEditor.init() |
Modifier and Type | Method and Description |
---|---|
Object |
ResourceHelper.call(String action,
Resource resource,
Object... params)
Allows for the calling of methods defined within ResourceHelper instances
which aren't part of the core API and so which can only be called via
reflection.
|
protected Handle |
MainFrame.findHandleForResource(Resource res)
Locates the handle for a given resource.
|
void |
ResourceParametersEditor.init(Resource resource,
List<List<Parameter>> parameters)
Initialises this GUI component.
|
void |
ResourceParametersEditor.init(Resource resource,
ResourceData resourceData,
List<List<Parameter>> parameters) |
void |
DocumentExportMenu.resourceRenamed(Resource resource,
String oldName,
String newName) |
void |
ResourceHelper.resourceRenamed(Resource resource,
String oldName,
String newName) |
void |
MainFrame.resourceRenamed(Resource resource,
String oldName,
String newName) |
void |
SerialControllerEditor.resourceRenamed(Resource resource,
String oldName,
String newName) |
void |
ResourceParametersEditor.resourceRenamed(Resource resource,
String oldName,
String newName) |
void |
ParameterDisjunction.resourceRenamed(Resource resource,
String oldName,
String newName) |
Handle |
MainFrame.select(Resource res)
Selects a resource if loaded in the system and not invisible.
|
protected void |
ParameterDisjunction.updateValues(Resource res)
Called when a resource has been unloaded from the system;
If any of the parameters has this resource as value then the value will be
deleted.
|
Constructor and Description |
---|
ParameterDisjunction(Resource resource,
List<Parameter> parameters)
Creation from a resources and a list of names.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OwnedAnnotationEditor
Interface for all annotation editor components
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationList
Interface for document views showing a list of annotations.
|
interface |
DocumentView
A document viewer is composed out of several views (like the one showing the
text, the one showing the annotation sets, the on showing the annotations
table, etc.).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocumentView
A convenience implementation of
DocumentView that
can be extended by implementers of document views. |
class |
AnnotationEditor
A generic annotation editor, which uses the known annotation schemas to help
speed up the annotation process (e.g.
|
class |
AnnotationListView
A tabular view for a list of annotations.
|
class |
AnnotationSetsView
Display document annotation sets and types in a tree view like with a table.
|
class |
AnnotationStackView
Show a stack view of highlighted annotations in the document
centred on the document caret.
|
class |
CorefEditor
Display a tree that contains the co-references type of the document,
highlight co-references in the document, allow creating
co-references from existing annotations, editing and deleting co-references.
|
class |
DocumentEditor
This is the GATE Document viewer/editor.
|
class |
RelationSetView |
class |
TextualDocumentView
This class provides a central view for a textual document.
|
Modifier and Type | Method and Description |
---|---|
Resource |
DocumentEditor.init() |
Resource |
RelationSetView.init() |
Resource |
AnnotationEditor.init() |
Modifier and Type | Method and Description |
---|---|
void |
LuceneDataStoreImpl.resourceRenamed(Resource resource,
String oldName,
String newName) |
Modifier and Type | Interface and Description |
---|---|
interface |
WordNet
Represents WordNet LKB.
|
Copyright © 2024 GATE. All rights reserved.