MCPcopy Create free account
hub / github.com/GateNLP/gate-core / CorpusController

Interface CorpusController

src/main/java/gate/CorpusController.java:22–35  ·  view source on GitHub ↗

Models the execution of groups of ProcessingResources on a given corpus.

Source from the content-addressed store, hash-verified

20 * Models the execution of groups of ProcessingResources on a given corpus.
21 */
22public interface CorpusController extends Controller {
23
24 /**
25 * Returns the {@link gate.Corpus} used by this
26 * controller.
27 */
28 public gate.Corpus getCorpus();
29
30 /**
31 * Sets the {@link gate.Corpus} which contains the data on which
32 * the controller is going to run.
33 */ public void setCorpus(gate.Corpus corpus);
34
35}

Callers

nothing calls this directly

Implementers 5

SerialAnalyserControllersrc/main/java/gate/creole/SerialAnalys
ConditionalSerialAnalyserControllersrc/main/java/gate/creole/ConditionalS
AnnicIndexingsrc/test/disabled/gate/creole/annic/te
AbstractLanguageAnalysersrc/main/java/gate/creole/AbstractLang
LuceneIndexersrc/main/java/gate/creole/annic/lucene

Calls

no outgoing calls

Tested by

no test coverage detected