Package | Description |
---|---|
gate | |
gate.corpora | |
gate.creole | |
gate.gui | |
gate.persist |
Modifier and Type | Interface and Description |
---|---|
interface |
CreoleRegister
The CREOLE register records the set of resources that are currently
known to the system.
|
Modifier and Type | Method and Description |
---|---|
void |
DataStoreRegister.addCreoleListener(CreoleListener l)
Registers a new
CreoleListener with this
DataStoreRegister. |
static void |
Factory.addCreoleListener(CreoleListener l)
Add a listener
|
static void |
Gate.addCreoleListener(CreoleListener l)
Registers a
CreoleListener with the Gate system |
void |
CreoleRegister.addCreoleListener(CreoleListener l)
Registers a
CreoleListener with this CreoleRegister. |
void |
DataStoreRegister.removeCreoleListener(CreoleListener l)
Removes a previously registered
CreoleListener from the
list of listeners for this DataStoreRegister. |
void |
CreoleRegister.removeCreoleListener(CreoleListener l)
Removes a
CreoleListener previously registered with this
CreoleRegister. |
Modifier and Type | Class and Description |
---|---|
class |
CorpusImpl
Corpora are sets of Document.
|
class |
DocumentImpl
Represents the commonalities between all sorts of documents.
|
class |
SerialCorpusImpl |
Modifier and Type | Class and Description |
---|---|
class |
ConditionalSerialAnalyserController
This class implements a SerialController that only contains
LanguageAnalyser s. |
class |
ConditionalSerialController
Execute a list of PRs serially.
|
class |
CreoleRegisterImpl
This class implements the CREOLE register interface.
|
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 |
CreoleRegisterImpl.addCreoleListener(CreoleListener l) |
void |
CreoleRegisterImpl.removeCreoleListener(CreoleListener l) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentExportMenu
A menu which updates as plugins are (un)loaded to allow the export of
documents and corpora to any of the supported output formats.
|
class |
MainFrame
The main Gate GUI frame.
|
class |
ParameterDisjunction
Represents a list of Parameters which are alternative to each other.
|
class |
ResourceHelper |
class |
ResourceParametersEditor
Allows the editing of a set of parameters for a resource.
|
class |
SerialControllerEditor |
Modifier and Type | Class and Description |
---|---|
class |
LuceneDataStoreImpl |
Copyright © 2023 GATE. All rights reserved.