Package | Description |
---|---|
gate | |
gate.annotation | |
gate.corpora | |
gate.corpora.export | |
gate.creole | |
gate.gui | |
gate.gui.docview | |
gate.persist |
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 |
AnnotationImpl
Provides an implementation for the interface gate.Annotation
|
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 | 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 |
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 |
ResourceData
Models an individual CREOLE resource metadata, plus configuration data,
plus the instantiations of the resource current within the system.
|
class |
SerialAnalyserController
This class implements a SerialController that only contains
LanguageAnalyser s. |
class |
SerialController
Execute a list of PRs serially.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceHelper |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocumentView
A convenience implementation of
DocumentView that
can be extended by implementers of document views. |
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 |
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.
|
Copyright © 2024 GATE. All rights reserved.