GATE
Version 3.1-2270

Uses of Interface
gate.creole.ANNIEConstants

Packages that use ANNIEConstants
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.coref   
gate.creole.dumpingPR   
gate.creole.gazetteer   
gate.creole.ir   
gate.creole.kea   
gate.creole.ml   
gate.creole.morph   
gate.creole.orthomatcher   
gate.creole.splitter   
gate.creole.tokeniser   
gate.creole.tokeniser.chinesetokeniser   
gate.gui   
gate.gui.jape   
gate.lexicon   
gate.util   
 

Uses of ANNIEConstants in gate.creole
 

Classes in gate.creole that implement ANNIEConstants
 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 GazetteerListsCollector
           
 class OntologyAwareTransducer
          Deprecated. Ontology related functionality is now implemented in the standard JAPE Transducer Transducer.
 class POSTagger
          This class is a wrapper for HepTag, Mark Hepple's POS tagger.
 class RDFFormatExporter
           
 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 ANNIEConstants in gate.creole.annotdelete
 

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

Uses of ANNIEConstants in gate.creole.annotransfer
 

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

Uses of ANNIEConstants in gate.creole.coref
 

Classes in gate.creole.coref that implement ANNIEConstants
 class AbstractCoreferencer
           
 class Coreferencer
           
 class NominalCoref
           
 class PronominalCoref
           
 

Uses of ANNIEConstants in gate.creole.dumpingPR
 

Classes in gate.creole.dumpingPR that implement ANNIEConstants
 class DumpingPR
          This class implements a DumpingPR which exports a given set of annotation types + the original markup, back into the document's native format.
 

Uses of ANNIEConstants in gate.creole.gazetteer
 

Classes in gate.creole.gazetteer that implement ANNIEConstants
 class AbstractGazetteer
          AbstractGazetteer This class implements the common-for-all methods of the Gazetteer interface
 class AbstractOntoGazetteer
          AbstratOntoGazetteer This class implemnents the methods common for all ontology-aware gazetteers.
 class DefaultGazetteer
          This component is responsible for doing lists lookup.
 class FlexibleGazetteer
          Title: Flexible Gazetteer The Flexible Gazetteer provides users with the flexibility to choose their own customized input and an external Gazetteer.
 class OntoGazetteerImpl
          OntoGazetteerImpl
An ontology-aware gazetteer, producing additional annotations with features [class] and [ontology].
 

Uses of ANNIEConstants in gate.creole.ir
 

Classes in gate.creole.ir that implement ANNIEConstants
 class SearchPR
           
 

Uses of ANNIEConstants in gate.creole.kea
 

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

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

Uses of ANNIEConstants in gate.creole.morph
 

Classes in gate.creole.morph that implement ANNIEConstants
 class Morph
          Description: This class is a wrapper for Interpret, the Morphological Analyzer.
 

Uses of ANNIEConstants in gate.creole.orthomatcher
 

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

Uses of ANNIEConstants in gate.creole.splitter
 

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

Uses of ANNIEConstants in gate.creole.tokeniser
 

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

Uses of ANNIEConstants in gate.creole.tokeniser.chinesetokeniser
 

Classes in gate.creole.tokeniser.chinesetokeniser that implement ANNIEConstants
 class ChineseTokeniser
          Title: ChineseTokeniser.java Description: This class is a wrapper for segmenter.
 

Uses of ANNIEConstants in gate.gui
 

Classes in gate.gui that implement ANNIEConstants
 class DocumentEditor
          This class implements a viewer/editor for the annotations on a document.
 

Uses of ANNIEConstants in gate.gui.jape
 

Classes in gate.gui.jape that implement ANNIEConstants
 class JapeViewer
          Title: Gate2 Description: Copyright: Copyright (c) 2000 Company: University Of Sheffield
 

Uses of ANNIEConstants in gate.lexicon
 

Classes in gate.lexicon that implement ANNIEConstants
 class TestNLGLexiconPR
           
 

Uses of ANNIEConstants in gate.util
 

Classes in gate.util that implement ANNIEConstants
 class SimpleFeatureMapImpl
          Simple case of features.
 


GATE
Version 3.1-2270