Package | Description |
---|---|
gate | |
gate.annotation | |
gate.creole | |
gate.gui | |
gate.gui.annedit | |
gate.gui.docview |
Modifier and Type | Method and Description |
---|---|
List<VisualResource> |
CreoleRegister.getPublicVrInstances()
Get a list of all non-private instantiations of VR in the register.
|
List<VisualResource> |
CreoleRegister.getVrInstances()
Get a list of all instantiations of VR in the register.
|
List<VisualResource> |
CreoleRegister.getVrInstances(String resourceTypeName)
Get a list of all the known Visual Resource instances in the register
whose class is
resourceTypeName . |
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 | Interface and Description |
---|---|
interface |
AnnotationVisualResource
Visual Resources that display and/or edit annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVisualResource
A convenience implementation of VisualResource with some default code.
|
Modifier and Type | Method and Description |
---|---|
List<VisualResource> |
CreoleRegisterImpl.getPublicVrInstances()
Get a list of all non-private instantiations of VR in the register.
|
List<VisualResource> |
CreoleRegisterImpl.getVrInstances()
Get a list of all instantiations of VR in the register.
|
List<VisualResource> |
CreoleRegisterImpl.getVrInstances(String resourceTypeName) |
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 |
SerialControllerEditor |
class |
SerialDatastoreViewer |
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.
|
Copyright © 2024 GATE. All rights reserved.