GATE
Version 3.1-2270

Uses of Interface
gate.Corpus

Packages that use Corpus
gate This package contains the public interface to the GATE Java API. 
gate.annotation   
gate.corpora   
gate.creole   
gate.creole.ir   
gate.creole.ir.lucene   
gate.event   
gate.jape   
gate.persist   
 

Uses of Corpus in gate
 

Methods in gate that return Corpus
 Corpus CorpusController.getCorpus()
          Returns the Corpus used by this controller.
 Corpus LanguageAnalyser.getCorpus()
          Get the corpus property for this analyser.
static Corpus Factory.newCorpus(String name)
          Create a new transient Corpus.
 

Methods in gate with parameters of type Corpus
 void CorpusController.setCorpus(Corpus corpus)
          Sets the Corpus which contains the data on which the controller is going to run.
 void LanguageAnalyser.setCorpus(Corpus corpus)
          Set the corpus property for this analyser.
 

Uses of Corpus in gate.annotation
 

Methods in gate.annotation that return Corpus
 Corpus CorpusAnnotationDiff.getKeyCorpus()
           
 

Methods in gate.annotation with parameters of type Corpus
 void CorpusAnnotationDiff.setKeyCorpus(Corpus aKeyCorpus)
          Sets the keyCorpus in AnnotDiff
 void CorpusAnnotationDiff.setResponseCorpus(Corpus aResponseCorpus)
           
 

Uses of Corpus in gate.corpora
 

Classes in gate.corpora that implement Corpus
 class CorpusImpl
          Corpora are sets of Document.
 class DatabaseCorpusImpl
           
 class SerialCorpusImpl
           
 

Methods in gate.corpora with parameters of type Corpus
static void CorpusImpl.populate(Corpus corpus, URL directory, FileFilter filter, String encoding, boolean recurseDirectories)
          Fills the provided corpus with documents created on the fly from selected files in a directory.
 

Constructors in gate.corpora with parameters of type Corpus
SerialCorpusImpl(Corpus tCorpus)
          Constructor to create a SerialCorpus from a transient one.
 

Uses of Corpus in gate.creole
 

Fields in gate.creole declared as Corpus
protected  Corpus AbstractLanguageAnalyser.corpus
          The corpus property for this analyser.
 

Methods in gate.creole that return Corpus
 Corpus AbstractLanguageAnalyser.getCorpus()
          Get the corpus property for this analyser.
 Corpus ConditionalSerialAnalyserController.getCorpus()
           
 Corpus SerialAnalyserController.getCorpus()
           
 

Methods in gate.creole with parameters of type Corpus
 void AbstractLanguageAnalyser.setCorpus(Corpus corpus)
          Set the corpus property for this analyser.
 void ConditionalSerialAnalyserController.setCorpus(Corpus corpus)
           
 void SerialAnalyserController.setCorpus(Corpus corpus)
           
 

Uses of Corpus in gate.creole.ir
 

Subinterfaces of Corpus in gate.creole.ir
 interface IndexedCorpus
           
 

Methods in gate.creole.ir that return Corpus
 Corpus IndexManager.getCorpus()
          Gets the corpus this index manages will index.
 

Methods in gate.creole.ir with parameters of type Corpus
 void IndexManager.setCorpus(Corpus corpus)
          Sets the corpus this index manages will index.
 

Uses of Corpus in gate.creole.ir.lucene
 

Methods in gate.creole.ir.lucene that return Corpus
 Corpus LuceneIndexManager.getCorpus()
           
 

Methods in gate.creole.ir.lucene with parameters of type Corpus
 void LuceneIndexManager.setCorpus(Corpus corpus)
           
 

Uses of Corpus in gate.event
 

Constructors in gate.event with parameters of type Corpus
CorpusEvent(Corpus source, Document doc, int index, int type)
          Creates a new CorpusEvent.
 

Uses of Corpus in gate.jape
 

Methods in gate.jape that return Corpus
static Corpus TestJape2.tokAndGaz(String collName, ArrayList fileNames)
          Create a collection and put tokenised and gazetteered docs in it.
 

Methods in gate.jape with parameters of type Corpus
 void Batch.transduce(Corpus coll)
          Process the given collection.
 

Uses of Corpus in gate.persist
 

Methods in gate.persist that return Corpus
protected  Corpus JDBCDataStore.createCorpus(Corpus corp, SecurityInfo secInfo, boolean newTransPerDocument)
          creates a LR of type Corpus
 

Methods in gate.persist with parameters of type Corpus
protected  Corpus JDBCDataStore.createCorpus(Corpus corp, SecurityInfo secInfo, boolean newTransPerDocument)
          creates a LR of type Corpus
protected  void JDBCDataStore.syncCorpus(Corpus corp)
          helper for sync() - saves a Corpus in the database
 


GATE
Version 3.1-2270