Uses of Interface
gate.LanguageResource

Packages that use LanguageResource
gate  
gate.corpora   
gate.creole   
gate.db   
gate.persist   
 

Uses of LanguageResource in gate
 

Subinterfaces of LanguageResource in gate
 interface Corpus
          Corpora are sets of Document.
 interface Document
          Represents the commonalities between all sorts of documents.
 interface LRDBWrapper
          This interface should be implemented by any persistent language resource.
 

Classes in gate that implement LanguageResource
 class DocumentFormat
          The format of Documents.
 

Methods in gate that return LanguageResource
 LanguageResource DataStore.adopt(LanguageResource lr)
          Adopt a resource for persistence.
 LanguageResource DataStore.getLr(String lrClassName, String dataStoreInstanceId)
          Get a resource from the persistent store.
 

Methods in gate with parameters of type LanguageResource
 void DataStore.sync(LanguageResource lr)
          Save: synchonise the in-memory image of the LR with the persistent image.
 LanguageResource DataStore.adopt(LanguageResource lr)
          Adopt a resource for persistence.
 

Uses of LanguageResource in gate.corpora
 

Classes in gate.corpora that implement LanguageResource
 class CorpusImpl
          Corpora are sets of Document.
 class DocumentImpl
          Represents the commonalities between all sorts of documents.
 class EmailDocumentFormat
          The format of Documents.
 class HtmlDocumentFormat
          The format of Documents.
 class RtfDocumentFormat
          The format of Documents.
 class SgmlDocumentFormat
          The format of Documents.
 class TextualDocumentFormat
          The format of Documents.
 class XmlDocumentFormat
          The format of Documents.
 

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.
 

Uses of LanguageResource in gate.db
 

Classes in gate.db that implement LanguageResource
 class CorpusWrapper
          This class extends CorpusImpl adding database persistence via Jdbc.
 class DocumentWrapper
          This class extends DocumentImpl adding database persistence via Jdbc.
 

Uses of LanguageResource in gate.persist
 

Methods in gate.persist that return LanguageResource
 LanguageResource SerialDataStore.adopt(LanguageResource lr)
          Adopt a resource for persistence.
 LanguageResource SerialDataStore.getLr(String lrClassName, String dataStoreInstanceId)
          Get a resource from the persistent store.
 

Methods in gate.persist with parameters of type LanguageResource
 LanguageResource SerialDataStore.adopt(LanguageResource lr)
          Adopt a resource for persistence.
 void SerialDataStore.sync(LanguageResource lr)
          Save: synchonise the in-memory image of the LR with the persistent image.