|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProcessingResource in gate |
Subinterfaces of ProcessingResource in gate | |
interface |
LanguageAnalyser
A special type of ProcessingResource that processes Document s |
Uses of ProcessingResource in gate.creole |
Classes in gate.creole that implement ProcessingResource | |
class |
AbstractLanguageAnalyser
A parent implementation of language analysers with some default code. |
class |
AbstractProcessingResource
A convenience implementation of ProcessingResource with some default code. |
class |
ANNIETransducer
The ANNIE named entity transducer. |
class |
APFormatExporter
This class implements a APF xml exporter. |
class |
POSTagger
This class is a wrapper for HepTag, Mark Hepple's POS tagger. |
class |
Transducer
A cascaded multi-phase transducer using the Jape language which is a variant of the CPSL language. |
class |
VPChunker
ANNIE VP Chunker module. |
Methods in gate.creole that return ProcessingResource | |
ProcessingResource |
SerialController.remove(int index)
|
ProcessingResource |
SerialController.set(int index,
ProcessingResource pr)
|
Methods in gate.creole with parameters of type ProcessingResource | |
void |
SerialController.add(int index,
ProcessingResource pr)
|
void |
SerialController.add(ProcessingResource pr)
|
boolean |
SerialController.remove(ProcessingResource pr)
|
ProcessingResource |
SerialController.set(int index,
ProcessingResource pr)
|
void |
SerialAnalyserController.add(ProcessingResource pr)
Overidden from SerialController to only allow
LanguageAnalyser s as components. |
Uses of ProcessingResource in gate.creole.annotdelete |
Classes in gate.creole.annotdelete that implement ProcessingResource | |
class |
AnnotationDeletePR
This class is the implementation of a processing resource which deletes all annotations and sets other than 'original markups'. |
Uses of ProcessingResource in gate.creole.annotransfer |
Classes in gate.creole.annotransfer that implement ProcessingResource | |
class |
AnnotationSetTransfer
This class is the implementation of the resource ACEPROCESSOR. |
Uses of ProcessingResource in gate.creole.coref |
Classes in gate.creole.coref that implement ProcessingResource | |
class |
Coreferencer
|
class |
PronominalCoref
|
Uses of ProcessingResource in gate.creole.dumpingPR |
Classes in gate.creole.dumpingPR that implement ProcessingResource | |
class |
DumpingPR
This class implements a DumpingPR which exports a given set of annotation types + the original markup, back into the document's native format. |
Uses of ProcessingResource in gate.creole.gazetteer |
Classes in gate.creole.gazetteer that implement ProcessingResource | |
class |
DefaultGazetteer
This component is responsible for doing lists lookup. |
Uses of ProcessingResource in gate.creole.orthomatcher |
Classes in gate.creole.orthomatcher that implement ProcessingResource | |
class |
OrthoMatcher
|
Uses of ProcessingResource in gate.creole.splitter |
Classes in gate.creole.splitter that implement ProcessingResource | |
class |
SentenceSplitter
A sentence splitter. |
Uses of ProcessingResource in gate.creole.tokeniser |
Classes in gate.creole.tokeniser that implement ProcessingResource | |
class |
DefaultTokeniser
A composed tokeniser containing a SimpleTokeniser and a
Transducer . |
class |
SimpleTokeniser
Implementation of a Unicode rule based tokeniser. |
Uses of ProcessingResource in gate.gui |
Fields in gate.gui declared as ProcessingResource | |
(package private) ProcessingResource |
SerialControllerEditor.AddPRAction.pr
|
(package private) ProcessingResource |
SerialControllerEditor.RemovePRAction.pr
|
Methods in gate.gui with parameters of type ProcessingResource | |
protected void |
SerialControllerEditor.showParamsEditor(ProcessingResource pr)
Stops the current edits for parameters; sets the paarmeters for the resource currently being edited and diplays the editor for the new resource |
Constructors in gate.gui with parameters of type ProcessingResource | |
SerialControllerEditor.AddPRAction(ProcessingResource aPR)
|
|
SerialControllerEditor.RemovePRAction(ProcessingResource pr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |