Package | Description |
---|---|
gate | |
gate.annotation | |
gate.corpora | |
gate.creole | |
gate.creole.annic | |
gate.creole.annic.lucene | |
gate.creole.ir | |
gate.event | |
gate.gui |
Modifier and Type | Method and Description |
---|---|
Corpus |
LanguageAnalyser.getCorpus()
Get the corpus property for this analyser.
|
Corpus |
CorpusController.getCorpus()
Returns the
Corpus used by this
controller. |
static Corpus |
Factory.newCorpus(String name)
Create a new transient Corpus.
|
Modifier and Type | Method and Description |
---|---|
void |
CorpusExporter.export(Corpus corpus,
File file)
Equivalent to
CorpusExporter.export(Corpus,File,FeatureMap) with an empty map
of options. |
void |
CorpusExporter.export(Corpus corpus,
File file,
FeatureMap options)
Equivalent to
CorpusExporter.export(Corpus,OutputStream,FeatureMap) using a
FileOutputStream instance constructed from the File param. |
void |
CorpusExporter.export(Corpus corpus,
OutputStream out)
Equivalent to
CorpusExporter.export(Corpus,OutputStream) with an empty
map of options. |
abstract void |
CorpusExporter.export(Corpus corpus,
OutputStream out,
FeatureMap options)
Exports the provided
Corpus instance to the specified
OutputStream using the specified options. |
void |
LanguageAnalyser.setCorpus(Corpus corpus)
Set the corpus property for this analyser.
|
void |
CorpusController.setCorpus(Corpus corpus)
Sets the
Corpus which contains the data on which
the controller is going to run. |
Modifier and Type | Method and Description |
---|---|
Corpus |
CorpusAnnotationDiff.getKeyCorpus() |
Modifier and Type | Method and Description |
---|---|
void |
CorpusAnnotationDiff.setKeyCorpus(Corpus aKeyCorpus)
Sets the keyCorpus in AnnotDiff
|
void |
CorpusAnnotationDiff.setResponseCorpus(Corpus aResponseCorpus) |
Modifier and Type | Class and Description |
---|---|
class |
CorpusImpl
Corpora are sets of Document.
|
class |
SerialCorpusImpl |
Modifier and Type | Method and Description |
---|---|
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,
String mimeType,
boolean includeRootElement)
Fills the provided corpus with documents extracted from the
provided trec file.
|
Constructor and Description |
---|
SerialCorpusImpl(Corpus tCorpus)
Constructor to create a SerialCorpus from a transient one.
|
Modifier and Type | Field and Description |
---|---|
protected Corpus |
SerialAnalyserController.corpus
The corpus being processed by this controller.
|
protected Corpus |
ConditionalSerialAnalyserController.corpus |
protected Corpus |
AbstractLanguageAnalyser.corpus
The corpus property for this analyser.
|
Modifier and Type | Method and Description |
---|---|
Corpus |
SerialAnalyserController.getCorpus() |
Corpus |
ConditionalSerialAnalyserController.getCorpus() |
Corpus |
AbstractLanguageAnalyser.getCorpus()
Get the corpus property for this analyser.
|
Modifier and Type | Method and Description |
---|---|
void |
SerialAnalyserController.setCorpus(Corpus corpus) |
void |
ConditionalSerialAnalyserController.setCorpus(Corpus corpus) |
void |
AbstractLanguageAnalyser.setCorpus(Corpus corpus)
Set the corpus property for this analyser.
|
Modifier and Type | Method and Description |
---|---|
Corpus |
Indexer.getCorpus()
Corpus to be indexed
|
Modifier and Type | Method and Description |
---|---|
void |
Indexer.setCorpus(Corpus corpus)
Set the corpus to be indexed
|
Modifier and Type | Field and Description |
---|---|
protected Corpus |
LuceneIndexer.corpus
An corpus for indexing
|
Modifier and Type | Method and Description |
---|---|
Corpus |
LuceneIndexer.getCorpus()
Returns the corpus.
|
Modifier and Type | Method and Description |
---|---|
void |
LuceneIndexer.setCorpus(Corpus corpus)
Sets the corpus.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexedCorpus |
Modifier and Type | Method and Description |
---|---|
Corpus |
IndexManager.getCorpus()
Gets the corpus this index manages will index.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexManager.setCorpus(Corpus corpus)
Sets the corpus this index manages will index.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Corpus |
CorpusQualityAssurance.corpus |
protected Corpus |
CorpusEditor.corpus |
Copyright © 2024 GATE. All rights reserved.