Uses of Interface
gate.creole.ControllerAwarePR

Packages that use ControllerAwarePR
gate.creole   
 

Uses of ControllerAwarePR in gate.creole
 

Classes in gate.creole that implement ControllerAwarePR
 class ANNIETransducer
          The ANNIE named entity transducer.
 class OntologyAwareTransducer
          Deprecated. Ontology related functionality is now implemented in the standard JAPE Transducer Transducer.
 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 types with arguments of type ControllerAwarePR
protected  Set<ControllerAwarePR> AbstractController.getControllerAwarePRs()
          Get the set of PRs from this controller that implement ControllerAwarePR.