GATE
Version 3.1-2270

Uses of Interface
gate.gui.ActionsPublisher

Packages that use ActionsPublisher
gate.creole   
gate.creole.kea   
gate.creole.ml   
gate.creole.ml.maxent   
gate.creole.ml.svmlight   
gate.creole.ml.weka   
gate.creole.ontology.jena   
gate.gui   
gate.gui.docview   
 

Uses of ActionsPublisher in gate.creole
 

Classes in gate.creole that implement ActionsPublisher
 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.
 

Uses of ActionsPublisher in gate.creole.kea
 

Classes in gate.creole.kea that implement ActionsPublisher
 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 ActionsPublisher in gate.creole.ml
 

Classes in gate.creole.ml that implement ActionsPublisher
 class MachineLearningPR
          This processing resource is used to train a machine learning algorithm with data extracted from a corpus.
 

Uses of ActionsPublisher in gate.creole.ml.maxent
 

Classes in gate.creole.ml.maxent that implement ActionsPublisher
 class MaxentWrapper
          Wrapper class for the Maxent machine learning algorithm.
 

Uses of ActionsPublisher in gate.creole.ml.svmlight
 

Classes in gate.creole.ml.svmlight that implement ActionsPublisher
 class SVMLightWrapper
          Wrapper class for the SVM Light support vector machine learning algorithm.
 

Uses of ActionsPublisher in gate.creole.ml.weka
 

Classes in gate.creole.ml.weka that implement ActionsPublisher
 class Wrapper
          Wrapper class for the WEKA Machine Learning Engine.
 

Uses of ActionsPublisher in gate.creole.ontology.jena
 

Classes in gate.creole.ontology.jena that implement ActionsPublisher
 class JenaOntologyImpl
          An implementation for GATE Ontologies based on Jena2
 

Uses of ActionsPublisher in gate.gui
 

Classes in gate.gui that implement ActionsPublisher
 class SerialControllerEditor
           
 

Uses of ActionsPublisher in gate.gui.docview
 

Subinterfaces of ActionsPublisher in gate.gui.docview
 interface DocumentView
          A document viewer is composed out of several views (like the one showing the text, the one showing the annotation sets, the on showing the annotations table, etc.).
 

Classes in gate.gui.docview that implement ActionsPublisher
 class AbstractDocumentView
          A convenience implementation of DocumentView that can be extended by implementers of document views.
 class AnnotationListView
          A tabular view for a list of annotations.
 class AnnotationSetsView
           
 class CorefEditor
           
 class DocumentEditor
          This is the GATE Document viewer/editor.
 class TextualDocumentView
          This class provides a central view for a textual document.
 


GATE
Version 3.1-2270