|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProcessingResource in debugger.gui.resources |
---|
Methods in debugger.gui.resources with parameters of type ProcessingResource | |
---|---|
PrModel |
ResourceTreeModel.getPRResource(ProcessingResource pr)
|
void |
ResourceTreeModel.reloadProcessingResource(ProcessingResource resource)
|
Uses of ProcessingResource in debugger.resources.pr |
---|
Methods in debugger.resources.pr that return ProcessingResource | |
---|---|
ProcessingResource |
PrModel.getProcessingResource()
|
Constructors in debugger.resources.pr with parameters of type ProcessingResource | |
---|---|
PrModel(ProcessingResource pr)
|
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 |
GazetteerListsCollector
|
class |
OntologyAwareTransducer
Deprecated. Ontology related functionality is now implemented in the standard JAPE Transducer Transducer . |
class |
POSTagger
This class is a wrapper for HepTag, Mark Hepple's POS tagger. |
class |
RDFFormatExporter
|
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 |
AnalyserRunningStrategy.getPR()
|
ProcessingResource |
RunningStrategy.getPR()
Gets the associated ProcessingResource. |
ProcessingResource |
RunningStrategy.RunAlwaysStrategy.getPR()
|
ProcessingResource |
ConditionalSerialController.remove(int index)
|
ProcessingResource |
SerialController.remove(int index)
|
ProcessingResource |
SerialController.set(int index,
ProcessingResource pr)
|
Methods in gate.creole with parameters of type ProcessingResource | |
---|---|
void |
ConditionalSerialController.add(int index,
ProcessingResource pr)
Set a PR at a specified location. |
void |
SerialController.add(int index,
ProcessingResource pr)
|
void |
ConditionalSerialAnalyserController.add(ProcessingResource pr)
Overidden from SerialController to only allow
LanguageAnalyser s as components. |
void |
ConditionalSerialController.add(ProcessingResource pr)
Add a PR to the end of the execution list. |
void |
SerialAnalyserController.add(ProcessingResource pr)
Overidden from SerialController to only allow
LanguageAnalyser s as components. |
void |
SerialController.add(ProcessingResource pr)
|
boolean |
ConditionalSerialController.remove(ProcessingResource pr)
|
boolean |
SerialController.remove(ProcessingResource pr)
|
ProcessingResource |
SerialController.set(int index,
ProcessingResource pr)
|
void |
AnalyserRunningStrategy.setProcessingResource(ProcessingResource pr)
|
Constructors in gate.creole with parameters of type ProcessingResource | |
---|---|
RunningStrategy.RunAlwaysStrategy(ProcessingResource pr)
|
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 |
AbstractCoreferencer
|
class |
Coreferencer
|
class |
NominalCoref
|
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 |
---|
Subinterfaces of ProcessingResource in gate.creole.gazetteer | |
---|---|
interface |
Gazetteer
The Gazetteer interface defines the mandatory methods of a gazetteer PR. |
interface |
OntoGazetteer
OntoGazetteer A gazetter that exploits a linear gazetter to generate annotations according to a mapping definition between lists and ontology classes |
Classes in gate.creole.gazetteer that implement ProcessingResource | |
---|---|
class |
AbstractGazetteer
AbstractGazetteer This class implements the common-for-all methods of the Gazetteer interface |
class |
AbstractOntoGazetteer
AbstratOntoGazetteer This class implemnents the methods common for all ontology-aware gazetteers. |
class |
DefaultGazetteer
This component is responsible for doing lists lookup. |
class |
FlexibleGazetteer
Title: Flexible Gazetteer The Flexible Gazetteer provides users with the flexibility to choose their own customized input and an external Gazetteer. |
class |
OntoGazetteerImpl
OntoGazetteerImpl An ontology-aware gazetteer, producing additional annotations with features [class] and [ontology]. |
Uses of ProcessingResource in gate.creole.ir |
---|
Classes in gate.creole.ir that implement ProcessingResource | |
---|---|
class |
SearchPR
|
Uses of ProcessingResource in gate.creole.kea |
---|
Classes in gate.creole.kea that implement ProcessingResource | |
---|---|
class |
Kea
This is wrapper for using the KEA Keyphrase extractor (http://www.nzdl.org/Kea/) within the GATE Language Engineering architecture (http://gate.ac.uk). |
Uses of ProcessingResource in gate.creole.ml |
---|
Classes in gate.creole.ml that implement ProcessingResource | |
---|---|
class |
MachineLearningPR
This processing resource is used to train a machine learning algorithm with data extracted from a corpus. |
Methods in gate.creole.ml with parameters of type ProcessingResource | |
---|---|
void |
MLEngine.setOwnerPR(ProcessingResource pr)
Registers the PR using the engine with the engine itself. |
Uses of ProcessingResource in gate.creole.ml.maxent |
---|
Fields in gate.creole.ml.maxent declared as ProcessingResource | |
---|---|
protected ProcessingResource |
MaxentWrapper.owner
|
Methods in gate.creole.ml.maxent with parameters of type ProcessingResource | |
---|---|
void |
MaxentWrapper.setOwnerPR(ProcessingResource pr)
Registers the PR using the engine with the engine itself. |
Uses of ProcessingResource in gate.creole.ml.svmlight |
---|
Fields in gate.creole.ml.svmlight declared as ProcessingResource | |
---|---|
protected ProcessingResource |
SVMLightWrapper.owner
|
Methods in gate.creole.ml.svmlight with parameters of type ProcessingResource | |
---|---|
void |
SVMLightWrapper.setOwnerPR(ProcessingResource pr)
Registers the PR using the engine with the engine itself. |
Uses of ProcessingResource in gate.creole.ml.weka |
---|
Fields in gate.creole.ml.weka declared as ProcessingResource | |
---|---|
protected ProcessingResource |
Wrapper.owner
|
Methods in gate.creole.ml.weka with parameters of type ProcessingResource | |
---|---|
void |
Wrapper.setOwnerPR(ProcessingResource pr)
Registers the PR using the engine with the engine itself. |
Uses of ProcessingResource in gate.creole.morph |
---|
Classes in gate.creole.morph that implement ProcessingResource | |
---|---|
class |
Morph
Description: This class is a wrapper for Interpret ,
the Morphological Analyzer. |
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.creole.tokeniser.chinesetokeniser |
---|
Classes in gate.creole.tokeniser.chinesetokeniser that implement ProcessingResource | |
---|---|
class |
ChineseTokeniser
Title: ChineseTokeniser.java Description: This class is a wrapper for segmenter. |
Uses of ProcessingResource in gate.event |
---|
Fields in gate.event declared as ProcessingResource | |
---|---|
protected ProcessingResource |
ControllerEvent.pr
|
Methods in gate.event that return ProcessingResource | |
---|---|
ProcessingResource |
ControllerEvent.getPr()
|
Methods in gate.event with parameters of type ProcessingResource | |
---|---|
void |
ControllerEvent.setPr(ProcessingResource pr)
|
Constructors in gate.event with parameters of type ProcessingResource | |
---|---|
ControllerEvent(Object source,
int type,
ProcessingResource pr)
|
Uses of ProcessingResource in gate.gui |
---|
Fields in gate.gui declared as ProcessingResource | |
---|---|
protected ProcessingResource |
SerialControllerEditor.selectedPR
The PR currently selected (having its parameters set) |
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 |
Uses of ProcessingResource in gate.lexicon |
---|
Classes in gate.lexicon that implement ProcessingResource | |
---|---|
class |
TestNLGLexiconPR
|
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |