Uses of Class
gate.creole.AbstractLanguageAnalyser

Packages that use AbstractLanguageAnalyser
com.ontotext.gate.gazetteer   
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.coref   
gate.creole.dumpingPR   
gate.creole.gazetteer   
gate.creole.metadata.test   
gate.creole.morph   
gate.creole.orthomatcher   
gate.creole.orthomatcher.SampleOrthoMatcher   
gate.creole.splitter   
gate.creole.test   
gate.creole.tokeniser   
 

Uses of AbstractLanguageAnalyser in com.ontotext.gate.gazetteer
 

Subclasses of AbstractLanguageAnalyser in com.ontotext.gate.gazetteer
 class HashGazetteer
           
 

Uses of AbstractLanguageAnalyser in gate.creole
 

Subclasses of AbstractLanguageAnalyser in gate.creole
 class ANNIETransducer
          The ANNIE named entity transducer.
 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 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 AbstractLanguageAnalyser in gate.creole.annotdelete
 

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

Uses of AbstractLanguageAnalyser in gate.creole.annotransfer
 

Subclasses of AbstractLanguageAnalyser in gate.creole.annotransfer
 class AnnotationSetTransfer
          This plugin allows the names of annotations and features to be changed as well as transfered from one annotation set to another.
 

Uses of AbstractLanguageAnalyser in gate.creole.coref
 

Subclasses of AbstractLanguageAnalyser in gate.creole.coref
 class AbstractCoreferencer
           
 class Coreferencer
           
 class NominalCoref
           
 class PronominalCoref
           
 

Uses of AbstractLanguageAnalyser in gate.creole.dumpingPR
 

Subclasses of AbstractLanguageAnalyser in gate.creole.dumpingPR
 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 AbstractLanguageAnalyser in gate.creole.gazetteer
 

Subclasses of AbstractLanguageAnalyser in gate.creole.gazetteer
 class AbstractGazetteer
          AbstractGazetteer This class implements the common-for-all methods of the Gazetteer interface
 class AbstractOntoGazetteer
          AbstratOntoGazetteer This class implements 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 customised input and an external Gazetteer.
 class OntoGazetteerImpl
          OntoGazetteerImpl
An ontology-aware gazetteer, producing additional annotations with features [class] and [ontology].
 class SharedDefaultGazetteer
          Provides a way to efficiently multi-thread a DefaultGazetteer.
 

Uses of AbstractLanguageAnalyser in gate.creole.metadata.test
 

Subclasses of AbstractLanguageAnalyser in gate.creole.metadata.test
 class TestAnnotatedProcessingResource
          Example resource class which is annotated with a CreoleResource annotation.
 class TestSubclassProcessingResource
           
 class TestSuperclassProcessingResource
           
 class TestUnannotatedProcessingResource
          Example resource class which is not annotated with a CreoleResource annotation.
 

Uses of AbstractLanguageAnalyser in gate.creole.morph
 

Subclasses of AbstractLanguageAnalyser in gate.creole.morph
 class Morph
          Description: This class is a wrapper for Interpret, the Morphological Analyzer.
 

Uses of AbstractLanguageAnalyser in gate.creole.orthomatcher
 

Subclasses of AbstractLanguageAnalyser in gate.creole.orthomatcher
 class OrthoMatcher
           
 

Uses of AbstractLanguageAnalyser in gate.creole.orthomatcher.SampleOrthoMatcher
 

Subclasses of AbstractLanguageAnalyser in gate.creole.orthomatcher.SampleOrthoMatcher
 class SampleOrthoMatcher
           
 

Uses of AbstractLanguageAnalyser in gate.creole.splitter
 

Subclasses of AbstractLanguageAnalyser in gate.creole.splitter
 class RegexSentenceSplitter
          A fast sentence splitter replacement based on regular expressions.
 class SentenceSplitter
          A sentence splitter.
 

Uses of AbstractLanguageAnalyser in gate.creole.test
 

Subclasses of AbstractLanguageAnalyser in gate.creole.test
static class DynamicRegistrationTest.TestResource
           
 

Uses of AbstractLanguageAnalyser in gate.creole.tokeniser
 

Subclasses of AbstractLanguageAnalyser in gate.creole.tokeniser
 class DefaultTokeniser
          A composed tokeniser containing a SimpleTokeniser and a Transducer.
 class SimpleTokeniser
          Implementation of a Unicode rule based tokeniser.