Package | Description |
---|---|
gate | |
gate.annotation | |
gate.corpora | |
gate.corpora.export | |
gate.creole | |
gate.creole.annic | |
gate.creole.ir | |
gate.creole.ontology |
The GATE ontology API.
|
gate.gui | |
gate.gui.annedit | |
gate.gui.docview | |
gate.persist | |
gate.util | |
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 |
DataStore
Models all sorts of data storage.
|
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 |
Resource
Models all sorts of 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 | Class and Description |
---|---|
class |
CorpusAnnotationDiff
This class compare two annotation sets on annotation type given by the
AnnotationSchema object.
|
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 | 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 | Interface and Description |
---|---|
interface |
SearchableDataStore
Datastores want to become indexable and searchable should implement this interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedCorpus |
Modifier and Type | Interface and Description |
---|---|
interface |
Ontology
Interface for ontology language resources.
|
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 |
Constructor and Description |
---|
NameBearerHandle(NameBearer target,
Window window) |
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 | Class and Description |
---|---|
class |
LuceneDataStoreImpl |
class |
SerialDataStore
A data store based on Java serialisation.
|
Modifier and Type | Method and Description |
---|---|
int |
NameComparator.compare(NameBearer nb1,
NameBearer nb2) |
Modifier and Type | Interface and Description |
---|---|
interface |
WordNet
Represents WordNet LKB.
|
Copyright © 2024 GATE. All rights reserved.