Uses of Interface
gate.Executable

Packages that use Executable
gate  
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.gazetteer   
gate.creole.orthomatcher   
gate.creole.splitter   
gate.creole.tokeniser   
 

Uses of Executable in gate
 

Subinterfaces of Executable in gate
 interface Controller
          Models the execution of groups of ProcessingResources.
 interface LanguageAnalyser
          A special type of ProcessingResource that processes Documents
 interface ProcessingResource
          Models all sorts of processing resources.
 

Fields in gate declared as Executable
private static Executable Gate.currentExecutable
          The current executable under execution.
 

Methods in gate that return Executable
static Executable Gate.getExecutable()
          Returns the curently set executable.
 

Methods in gate with parameters of type Executable
static void Gate.setExecutable(Executable executable)
          Sets the Executable currently under execution.
 

Uses of Executable in gate.creole
 

Classes in gate.creole that implement Executable
 class AbstractController
           
 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 SerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 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.
 class VPChunker
          ANNIE VP Chunker module.
 

Uses of Executable in gate.creole.annotdelete
 

Classes in gate.creole.annotdelete that implement Executable
 class AnnotationDeletePR
          This class is the implementation of a processing resource which deletes all annotations and sets other than 'original markups'.
 

Uses of Executable in gate.creole.annotransfer
 

Classes in gate.creole.annotransfer that implement Executable
 class AnnotationSetTransfer
          This class is the implementation of the resource ACEPROCESSOR.
 

Uses of Executable in gate.creole.gazetteer
 

Classes in gate.creole.gazetteer that implement Executable
 class DefaultGazetteer
          This component is responsible for doing lists lookup.
 

Uses of Executable in gate.creole.orthomatcher
 

Classes in gate.creole.orthomatcher that implement Executable
 class OrthoMatcher
           
 

Uses of Executable in gate.creole.splitter
 

Classes in gate.creole.splitter that implement Executable
 class SentenceSplitter
          A sentence splitter.
 

Uses of Executable in gate.creole.tokeniser
 

Classes in gate.creole.tokeniser that implement Executable
 class DefaultTokeniser
          A composed tokeniser containing a SimpleTokeniser and a Transducer.
 class SimpleTokeniser
          Implementation of a Unicode rule based tokeniser.