|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LanguageResource | |
---|---|
com.ontotext.gate.ontology | |
debugger.gui.resources | |
debugger.resources.lr | |
gate | This package contains the public interface to the GATE Java API. |
gate.corpora | |
gate.creole | |
gate.creole.gazetteer | |
gate.creole.ir | |
gate.creole.ontology | |
gate.creole.ontology.jena | |
gate.lexicon | |
gate.persist | |
gate.wordnet |
Uses of LanguageResource in com.ontotext.gate.ontology |
---|
Classes in com.ontotext.gate.ontology that implement LanguageResource | |
---|---|
class |
OntologyImpl
An Ontology Implementation Class |
class |
TaxonomyImpl
A Taxonomy Implementation Class |
Uses of LanguageResource in debugger.gui.resources |
---|
Methods in debugger.gui.resources with parameters of type LanguageResource | |
---|---|
LrModel |
ResourceTreeModel.getLRResource(LanguageResource lr)
|
Uses of LanguageResource in debugger.resources.lr |
---|
Methods in debugger.resources.lr that return LanguageResource | |
---|---|
LanguageResource |
LrModel.getLr()
|
Constructors in debugger.resources.lr with parameters of type LanguageResource | |
---|---|
LrModel(LanguageResource lr)
|
Uses of LanguageResource in gate |
---|
Subinterfaces of LanguageResource in gate | |
---|---|
interface |
Corpus
Corpora are lists of Document. |
interface |
Document
Represents the commonalities between all sorts of documents. |
interface |
ProtegeProject
Just a dummy interface for dummy Protege LR. |
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). |
Classes in gate that implement LanguageResource | |
---|---|
class |
DocumentFormat
The format of Documents. |
Methods in gate that return LanguageResource | |
---|---|
LanguageResource |
DataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
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. |
Methods in gate with parameters of type LanguageResource | |
---|---|
LanguageResource |
DataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
SecurityInfo |
DataStore.getSecurityInfo(LanguageResource lr)
get security information for LR . |
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.setSecurityInfo(LanguageResource lr,
SecurityInfo si)
set security information for 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. |
Uses of LanguageResource in gate.corpora |
---|
Classes in gate.corpora that implement LanguageResource | |
---|---|
class |
CorpusImpl
Corpora are sets of Document. |
class |
DatabaseCorpusImpl
|
class |
DatabaseDocumentImpl
|
class |
DocumentImpl
Represents the commonalities between all sorts of documents. |
class |
EmailDocumentFormat
The format of Documents. |
class |
HtmlDocumentFormat
The format of Documents. |
class |
MSWordDocumentFormat
|
class |
PdfDocumentFormat
|
class |
RtfDocumentFormat
The format of Documents. |
class |
SerialCorpusImpl
|
class |
SgmlDocumentFormat
The format of Documents. |
class |
TextualDocumentFormat
The format of Documents. |
class |
XmlDocumentFormat
The format of Documents. |
Methods in gate.corpora that return LanguageResource | |
---|---|
LanguageResource |
DatabaseDocumentImpl.getParent()
Returns the parent LR of this LR. |
Methods in gate.corpora with parameters of type LanguageResource | |
---|---|
void |
DatabaseDocumentImpl.setParent(LanguageResource parentLR)
Sets the parent LR of this LR. |
Uses of LanguageResource in gate.creole |
---|
Classes in gate.creole that implement LanguageResource | |
---|---|
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. |
class |
ProtegeProjectName
Dummy Protege LR. |
Methods in gate.creole that return LanguageResource | |
---|---|
LanguageResource |
AbstractLanguageResource.getParent()
Returns the parent LR of this LR. |
Methods in gate.creole with parameters of type LanguageResource | |
---|---|
void |
AbstractLanguageResource.setParent(LanguageResource parentLR)
Sets the parent LR of this LR. |
Uses of LanguageResource in gate.creole.gazetteer |
---|
Classes in gate.creole.gazetteer that implement LanguageResource | |
---|---|
class |
GazetteerList
Gazetteer List provides the means for uploading, managing and storing the data in the gazetteer list files. |
class |
LinearDefinition
Represents a Linear Definition [lists.def] file The normal usage of the class will be * construct it * setURL * load * change * store |
class |
MappingDefinition
Represents a mapping definition which maps gazetteer lists to ontology classes |
Uses of LanguageResource in gate.creole.ir |
---|
Subinterfaces of LanguageResource in gate.creole.ir | |
---|---|
interface |
IndexedCorpus
|
Uses of LanguageResource in gate.creole.ontology |
---|
Subinterfaces of LanguageResource in gate.creole.ontology | |
---|---|
interface |
Ontology
This is the base interface for all concrete implementations of ontologies. |
interface |
Taxonomy
Defines the interface of an ontology |
Uses of LanguageResource in gate.creole.ontology.jena |
---|
Classes in gate.creole.ontology.jena that implement LanguageResource | |
---|---|
class |
JenaOntologyImpl
An implementation for GATE Ontologies based on Jena2 |
Uses of LanguageResource in gate.lexicon |
---|
Subinterfaces of LanguageResource in gate.lexicon | |
---|---|
interface |
LexicalKnowledgeBase
|
interface |
Lexicon
|
interface |
MutableLexicalKnowledgeBase
|
interface |
NLGLexicon
|
interface |
OntoLexLR
Title: OntoLexLR interface, GATE2 Description: This interface describes the mapping between ontological concepts/instances and lexical entries. |
Classes in gate.lexicon that implement LanguageResource | |
---|---|
class |
MutableLexicalKnowledgeBaseImpl
|
class |
NLGLexiconImpl
|
class |
OntoLexKBImpl
|
Uses of LanguageResource in gate.persist |
---|
Methods in gate.persist that return LanguageResource | |
---|---|
protected LanguageResource |
JDBCDataStore._adopt(LanguageResource lr,
SecurityInfo secInfo,
boolean openNewTrans)
|
LanguageResource |
JDBCDataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
LanguageResource |
SerialDataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
LanguageResource |
JDBCDataStore.getLr(String lrClassName,
Object lrPersistenceId)
Get a resource from the persistent store. |
LanguageResource |
SerialDataStore.getLr(String lrClassName,
Object lrPersistenceId)
Get a resource from the persistent store. |
Methods in gate.persist with parameters of type LanguageResource | |
---|---|
protected LanguageResource |
JDBCDataStore._adopt(LanguageResource lr,
SecurityInfo secInfo,
boolean openNewTrans)
|
protected void |
JDBCDataStore._sync(LanguageResource lr,
boolean openNewTrans)
Save: synchonise the in-memory image of the LR with the persistent image. |
protected abstract void |
JDBCDataStore._syncFeatures(LanguageResource lr)
helper for sync() - never call directly |
protected void |
OracleDataStore._syncFeatures(LanguageResource lr)
helper for sync() - never call directly |
protected void |
PostgresDataStore._syncFeatures(LanguageResource lr)
helper for sync() - never call directly |
protected abstract void |
JDBCDataStore._syncLR(LanguageResource lr)
helper for sync() NEVER call directly |
protected void |
OracleDataStore._syncLR(LanguageResource lr)
helper for sync() NEVER call directly |
protected void |
PostgresDataStore._syncLR(LanguageResource lr)
helper for sync() NEVER call directly |
LanguageResource |
JDBCDataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
LanguageResource |
SerialDataStore.adopt(LanguageResource lr,
SecurityInfo secInfo)
Adopt a resource for persistence. |
protected User |
JDBCDataStore.getLockingUser(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store. |
SecurityInfo |
JDBCDataStore.getSecurityInfo(LanguageResource lr)
get security information for LR . |
SecurityInfo |
SerialDataStore.getSecurityInfo(LanguageResource lr)
get security information for LR . |
boolean |
OracleDataStore.lockLr(LanguageResource lr)
Try to acquire exlusive lock on a resource from the persistent store. |
boolean |
PostgresDataStore.lockLr(LanguageResource lr)
Try to acquire exlusive lock on a resource from the persistent store. |
boolean |
SerialDataStore.lockLr(LanguageResource lr)
Try to acquire exlusive lock on a resource from the persistent store. |
void |
OracleDataStore.setSecurityInfo(LanguageResource lr,
SecurityInfo si)
set security information for LR . |
void |
PostgresDataStore.setSecurityInfo(LanguageResource parm1,
SecurityInfo parm2)
|
void |
SerialDataStore.setSecurityInfo(LanguageResource lr,
SecurityInfo si)
set security information for LR . |
void |
JDBCDataStore.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 |
OracleDataStore.unlockLr(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store. |
void |
PostgresDataStore.unlockLr(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store. |
void |
SerialDataStore.unlockLr(LanguageResource lr)
Releases the exlusive lock on a resource from the persistent store. |
Uses of LanguageResource in gate.wordnet |
---|
Subinterfaces of LanguageResource in gate.wordnet | |
---|---|
interface |
WordNet
Represents WordNet LKB. |
Classes in gate.wordnet that implement LanguageResource | |
---|---|
class |
IndexFileWordNetImpl
|
Methods in gate.wordnet that return LanguageResource | |
---|---|
LanguageResource |
IndexFileWordNetImpl.getParent()
Returns the parent LR of this LR. |
Methods in gate.wordnet with parameters of type LanguageResource | |
---|---|
void |
IndexFileWordNetImpl.setParent(LanguageResource parentLR)
Sets the parent LR of this LR. |
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |