Package | Description |
---|---|
gate | |
gate.corpora | |
gate.creole | |
gate.creole.ir | |
gate.creole.ontology |
The GATE ontology API.
|
gate.persist | |
gate.wordnet |
Modifier and Type | Interface and Description |
---|---|
interface |
Corpus
Corpora are lists of Document.
|
interface |
Document
Represents the commonalities between all sorts of documents.
|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentFormat
The format of Documents.
|
Modifier and Type | Method and Description |
---|---|
LanguageResource |
DataStore.adopt(LanguageResource lr)
Adopt a resource for persistence.
|
LanguageResource |
DataStore.getLr(String lrClassName,
Object lrId)
Get a resource from the persistent store.
|
LanguageResource |
LanguageResource.getParent()
Returns the parent LR of this LR.
|
Modifier and Type | Method and Description |
---|---|
List<LanguageResource> |
CreoleRegister.getLrInstances()
Get a list of all instantiations of LR in the register.
|
List<LanguageResource> |
CreoleRegister.getLrInstances(String resourceTypeName)
Get a list of all the known Language Resource instances in the register
whose class is
resourceTypeName . |
List<LanguageResource> |
CreoleRegister.getPublicLrInstances()
Get a list of all non-private instantiations of LR in the register.
|
Modifier and Type | Method and Description |
---|---|
LanguageResource |
DataStore.adopt(LanguageResource lr)
Adopt a resource for persistence.
|
boolean |
DataStore.lockLr(LanguageResource lr)
Try to acquire exlusive lock on a resource from the persistent store.
|
void |
LanguageResource.setParent(LanguageResource parentLR)
Sets the parent LR of this LR.
|
void |
DataStore.sync(LanguageResource lr)
Save: synchonise the in-memory image of the LR with the persistent
image.
|
void |
DataStore.unlockLr(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store.
|
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 |
AbstractLanguageResource
A convenience implementation of LanguageResource 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.
|
Modifier and Type | Method and Description |
---|---|
LanguageResource |
AbstractLanguageResource.getParent()
Returns the parent LR of this LR.
|
Modifier and Type | Method and Description |
---|---|
List<LanguageResource> |
CreoleRegisterImpl.getLrInstances()
Get a list of all instantiations of LR in the register.
|
List<LanguageResource> |
CreoleRegisterImpl.getLrInstances(String resourceTypeName) |
List<LanguageResource> |
CreoleRegisterImpl.getPublicLrInstances()
Get a list of all non-private instantiations of LR in the register.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLanguageResource.setParent(LanguageResource parentLR)
Sets the parent LR of this LR.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedCorpus |
Modifier and Type | Interface and Description |
---|---|
interface |
Ontology
Interface for ontology language resources.
|
Modifier and Type | Method and Description |
---|---|
LanguageResource |
SerialDataStore.adopt(LanguageResource lr)
Adopt a resource for persistence.
|
LanguageResource |
LuceneDataStoreImpl.getLr(String lrClassName,
Object lrPersistenceId) |
LanguageResource |
SerialDataStore.getLr(String lrClassName,
Object lrPersistenceId) |
Modifier and Type | Method and Description |
---|---|
LanguageResource |
SerialDataStore.adopt(LanguageResource lr)
Adopt a resource for persistence.
|
boolean |
SerialDataStore.lockLr(LanguageResource lr)
Try to acquire exlusive lock on a resource from the persistent store.
|
void |
LuceneDataStoreImpl.sync(LanguageResource lr)
Save: synchonise the in-memory image of the LR with the persistent
image.
|
void |
SerialDataStore.sync(LanguageResource lr)
Save: synchonise the in-memory image of the LR with the persistent
image.
|
void |
SerialDataStore.unlockLr(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WordNet
Represents WordNet LKB.
|
Copyright © 2024 GATE. All rights reserved.