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.annic   
gate.creole.annic.lucene   
gate.creole.annic.test   
gate.creole.ir   
gate.creole.ir.lucene   
gate.creole.metadata.test   
gate.event   
gate.gui   
gate.jape   
gate.jape.functest   
gate.util   
 

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 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.
static void CorpusImpl.populate(Corpus corpus, URL directory, FileFilter filter, String encoding, String mimeType, boolean recurseDirectories)
          Fills the provided corpus with documents created on the fly from selected files in a directory.
static long CorpusImpl.populate(Corpus corpus, URL singleConcatenatedFile, String documentRootElement, String encoding, int numberOfDocumentsToExtract, String documentNamePrefix, DocType documentType)
          Fills the provided corpus with documents extracted from the provided trec file.
 

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.
protected  Corpus ConditionalSerialAnalyserController.corpus
           
protected  Corpus SerialAnalyserController.corpus
          The corpus being processed by this controller.
 

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.annic
 

Methods in gate.creole.annic that return Corpus
 Corpus Indexer.getCorpus()
          Corpus to be indexed
 

Methods in gate.creole.annic with parameters of type Corpus
 void Indexer.setCorpus(Corpus corpus)
          Set the corpus to be indexed
 

Uses of Corpus in gate.creole.annic.lucene
 

Fields in gate.creole.annic.lucene declared as Corpus
protected  Corpus LuceneIndexer.corpus
          An corpus for indexing
 

Methods in gate.creole.annic.lucene that return Corpus
 Corpus LuceneIndexer.getCorpus()
          Returns the corpus.
 

Methods in gate.creole.annic.lucene with parameters of type Corpus
 void LuceneIndexer.setCorpus(Corpus corpus)
          Sets the corpus.
 

Uses of Corpus in gate.creole.annic.test
 

Methods in gate.creole.annic.test that return Corpus
 Corpus AnnicIndexing.getCorpus()
          Gets the corpus to index
 

Methods in gate.creole.annic.test with parameters of type Corpus
 void AnnicIndexing.setCorpus(Corpus corpus)
          Sets the corpus to index
 

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.creole.metadata.test
 

Methods in gate.creole.metadata.test with parameters of type Corpus
 void TestSubclassProcessingResource.setCorpus(Corpus c)
           
 

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.
CorpusEvent(Corpus source, Document doc, int index, Object documentLRID, int type)
          Creates a new CorpusEvent.
 

Uses of Corpus in gate.gui
 

Fields in gate.gui declared as Corpus
protected  Corpus CorpusEditor.corpus
           
protected  Corpus CorpusQualityAssurance.corpus
           
 

Uses of Corpus in gate.jape
 

Fields in gate.jape declared as Corpus
protected  Corpus DefaultActionContext.corpus
           
 

Methods in gate.jape that return Corpus
 Corpus ActionContext.getCorpus()
          Provide access to the corpus a JAPE processing resource is running on.
 Corpus ControllerEventBlocksAction.getCorpus()
           
 Corpus DefaultActionContext.getCorpus()
           
 

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

Uses of Corpus in gate.jape.functest
 

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

Uses of Corpus in gate.util
 

Methods in gate.util with parameters of type Corpus
 void TestAnnotationMerging.testWithfeat(String nameAnnSets, String nameAnnType, String nameAnnFeat, Corpus data, boolean isUsingMajority)
          The actual method for testing.