Uses of Interface
gate.util.Benchmarkable

Packages that use Benchmarkable
gate.creole   
gate.creole.coref   
gate.creole.splitter   
gate.creole.tokeniser   
gate.jape   
 

Uses of Benchmarkable in gate.creole
 

Classes in gate.creole that implement Benchmarkable
 class AbstractController
           
 class ANNIETransducer
          The ANNIE named entity transducer.
 class ConditionalSerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class ConditionalSerialController
          Execute a list of PRs serially.
 class OntologyAwareTransducer
          Deprecated. Ontology related functionality is now implemented in the standard JAPE Transducer Transducer.
 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 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 Benchmarkable in gate.creole.coref
 

Classes in gate.creole.coref that implement Benchmarkable
 class PronominalCoref
           
 

Uses of Benchmarkable in gate.creole.splitter
 

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

Uses of Benchmarkable in gate.creole.tokeniser
 

Classes in gate.creole.tokeniser that implement Benchmarkable
 class DefaultTokeniser
          A composed tokeniser containing a SimpleTokeniser and a Transducer.
 

Uses of Benchmarkable in gate.jape
 

Classes in gate.jape that implement Benchmarkable
 class Batch
          Batch processing of JAPE transducers against documents or collections.
 class MultiPhaseTransducer
          Represents a complete CPSL grammar, with a phase name, options and rule set (accessible by name and by sequence).
 class Rule
          A CPSL rule.
 class SinglePhaseTransducer
          Represents a complete CPSL grammar, with a phase name, options and rule set (accessible by name and by sequence).