Package | Description |
---|---|
gate.creole | |
gate.util |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLanguageAnalyser
A parent implementation of language analysers with some default code.
|
class |
ConditionalSerialAnalyserController
This class implements a SerialController that only contains
LanguageAnalyser s. |
class |
RealtimeCorpusController
A custom GATE controller that interrupts the execution over a document when a
specified amount of time has elapsed.
|
class |
SerialAnalyserController
This class implements a SerialController that only contains
LanguageAnalyser s. |
Modifier and Type | Field and Description |
---|---|
protected LanguageAnalyser |
AnalyserRunningStrategy.pr |
Constructor and Description |
---|
AnalyserRunningStrategy(LanguageAnalyser pr,
int runMode,
String featureName,
String featureValue) |
Modifier and Type | Field and Description |
---|---|
protected LanguageAnalyser |
LanguageAnalyserDocumentProcessor.analyser
The analyser used to process documents.
|
Modifier and Type | Method and Description |
---|---|
LanguageAnalyser |
LanguageAnalyserDocumentProcessor.getAnalyser() |
Modifier and Type | Method and Description |
---|---|
void |
LanguageAnalyserDocumentProcessor.setAnalyser(LanguageAnalyser a)
Set the controller used to process documents.
|
Copyright © 2024 GATE. All rights reserved.