|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.gui | |
| gate.jape | |
| gate.persist | |
| gate.util | |
| Uses of Corpus in gate |
| Fields in gate declared as Corpus | |
(package private) Corpus |
CookBook.corpus
A corpus |
| Methods in gate that return Corpus | |
Corpus |
CorpusController.getCorpus()
Returns the Corpus used by this
controller. |
static Corpus |
Factory.newCorpus(String name)
Create a new transient Corpus. |
Corpus |
LanguageAnalyser.getCorpus()
Get the corpus property for this analyser. |
| 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 |
| Fields in gate.annotation declared as Corpus | |
private Corpus |
CorpusAnnotationDiff.keyCorpus
This corpus contains the key annotation set which is taken as reference in comparison |
private Corpus |
CorpusAnnotationDiff.responseCorpus
This corpus contains the response annotation set which is being compared against the key annotation set. |
| 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. |
private Corpus |
ConditionalSerialAnalyserController.corpus
|
private Corpus |
SerialAnalyserController.corpus
|
| 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
|
| Fields in gate.creole.ir declared as Corpus | |
private Corpus |
TestIndex.corpus
|
| 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 |
| Fields in gate.creole.ir.lucene declared as Corpus | |
private Corpus |
LuceneIndexManager.corpus
An corpus for indexing |
| 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.gui |
| Fields in gate.gui declared as Corpus | |
(package private) Corpus |
CorpusEditor.corpus
|
private Corpus |
ShellSlacFrame.corpus
Shell GUI corpus |
private Corpus |
ShellSlacFrame.oneDocCorpus
|
| Methods in gate.gui that return Corpus | |
Corpus |
CorpusAnnotDiffDialog.getSelectedKeyCorpus()
It returns the selected KEY gate.Document |
Corpus |
CorpusAnnotDiffDialog.getSelectedResponseCorpus()
It returns the selected RESPONSE gate.Document |
| 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 |
| Fields in gate.persist declared as Corpus | |
private static Corpus |
TestPersist.sampleCorpus
|
| Methods in gate.persist that return Corpus | |
protected Corpus |
JDBCDataStore.createCorpus(Corpus corp,
SecurityInfo secInfo,
boolean newTransPerDocument)
creates a LR of type Corpus |
private Corpus |
TestPersist.createTestCorpus()
|
| 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 |
| Uses of Corpus in gate.util |
| Fields in gate.util declared as Corpus | |
private Corpus |
CorpusSaver.theCorpus
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||