Uses of Interface
gate.ProcessingResource

Packages that use ProcessingResource
gate  
gate.creole   
gate.creole.gazetteer   
gate.creole.namematch   
gate.creole.nerc   
gate.creole.tokeniser   
gate.gui   
gate.util   
 

Uses of ProcessingResource in gate
 

Subinterfaces of ProcessingResource in gate
 interface Controller
          Models the execution of groups of ProcessingResources.
 

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 POSTagger
          This class is a wrapper for HepTag, Mark Hepple's POS tagger.
 class SerialController
          Execute a list of PRs serially.
 class Transducer
          A cascaded multi-phase transducer using the Jape language which is a variant of the CPSL language.
 

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.namematch
 

Classes in gate.creole.namematch that implement ProcessingResource
 class Namematch
           
 

Uses of ProcessingResource in gate.creole.nerc
 

Classes in gate.creole.nerc that implement ProcessingResource
 class Nerc
          NERC stands for Named-Entity Recognition Component.
 

Uses of ProcessingResource in gate.creole.tokeniser
 

Classes in gate.creole.tokeniser that implement ProcessingResource
 class DefaultTokeniser
          Implementation of a Unicode rule based tokeniser.
 

Uses of ProcessingResource in gate.gui
 

Fields in gate.gui declared as ProcessingResource
(package private)  ProcessingResource ApplicationViewer.AddPRAction.pr
           
(package private)  ProcessingResource ApplicationViewer.RemovePRAction.pr
           
 

Constructors in gate.gui with parameters of type ProcessingResource
ApplicationViewer.AddPRAction(ProcessingResource aPR)
           
ApplicationViewer.RemovePRAction(ProcessingResource pr)
           
 

Uses of ProcessingResource in gate.util
 

Classes in gate.util that implement ProcessingResource
 class DumbTokeniser