|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Corpus | |
gate | |
gate.corpora | |
gate.creole | |
gate.db | |
gate.jape |
Uses of Corpus in gate |
Fields in gate declared as Corpus | |
(package private) Corpus |
CookBook.corpus
A corpus |
Methods in gate that return Corpus | |
static Corpus |
Factory.newCorpus(String name)
Create a new transient Corpus. |
Uses of Corpus in gate.corpora |
Classes in gate.corpora that implement Corpus | |
class |
CorpusImpl
Corpora are sets of Document. |
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. |
Methods in gate.creole with parameters of type Corpus | |
void |
AbstractLanguageAnalyser.setCorpus(Corpus corpus)
Set the corpus property for this analyser. |
Uses of Corpus in gate.db |
Classes in gate.db that implement Corpus | |
class |
CorpusWrapper
This class extends CorpusImpl adding database persistence via Jdbc. |
Uses of Corpus in gate.jape |
Methods in gate.jape that return Corpus | |
static Corpus |
TestJape2.tokAndGaz(String collName,
com.objectspace.jgl.Array 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |