Uses of Class
gate.util.AbstractFeatureBearer

Packages that use AbstractFeatureBearer
com.ontotext.gate.gazetteer   
gate This package contains the public interface to the GATE Java API. 
gate.annotation   
gate.corpora   
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.coref   
gate.creole.dumpingPR   
gate.creole.gazetteer   
gate.creole.ir   
gate.creole.metadata.test   
gate.creole.morph   
gate.creole.orthomatcher   
gate.creole.orthomatcher.SampleOrthoMatcher   
gate.creole.splitter   
gate.creole.test   
gate.creole.tokeniser   
gate.gui.docview   
gate.persist   
 

Uses of AbstractFeatureBearer in com.ontotext.gate.gazetteer
 

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

Uses of AbstractFeatureBearer in gate
 

Subclasses of AbstractFeatureBearer in gate
 class DocumentFormat
          The format of Documents.
 

Uses of AbstractFeatureBearer in gate.annotation
 

Subclasses of AbstractFeatureBearer in gate.annotation
 class AnnotationImpl
          Provides an implementation for the interface gate.Annotation
 

Uses of AbstractFeatureBearer in gate.corpora
 

Subclasses of AbstractFeatureBearer in gate.corpora
 class CorpusImpl
          Corpora are sets of Document.
 class DatabaseCorpusImpl
           
 class DatabaseDocumentImpl
           
 class DocumentImpl
          Represents the commonalities between all sorts of documents.
 class EmailDocumentFormat
          The format of Documents.
 class HtmlDocumentFormat
          The format of Documents.
 class NekoHtmlDocumentFormat
           DocumentFormat that uses Andy Clark's NekoHTML parser to parse HTML documents.
 class SerialCorpusImpl
           
 class SgmlDocumentFormat
          The format of Documents.
 class TextualDocumentFormat
          The format of Documents.
 class TikaFormat
           
 class XmlDocumentFormat
          The format of Documents.
 

Uses of AbstractFeatureBearer in gate.creole
 

Subclasses of AbstractFeatureBearer in gate.creole
 class AbstractController
           
 class AbstractLanguageAnalyser
          A parent implementation of language analysers with some default code.
 class AbstractLanguageResource
          A convenience implementation of LanguageResource with some default code.
 class AbstractProcessingResource
          A convenience implementation of ProcessingResource with some default code.
 class AbstractResource
          A convenience implementation of Resource with some default code.
 class ANNIETransducer
          The ANNIE named entity transducer.
 class AnnotationSchema
          This class handles annotation schemas.An annotation schema is a representation of an annotation, together with its types and their attributes, values and types.
 class APFormatExporter
          This class implements a APF xml exporter.
 class ConditionalSerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class ConditionalSerialController
          Execute a list of PRs serially.
 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 RealtimeCorpusController
          A custom GATE controller that interrupts the execution over a document when a specified amount of time has elapsed.
 class ResourceData
          Models an individual CREOLE resource metadata, plus configuration data, plus the instantiations of the resource current within the system.
 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 AbstractFeatureBearer in gate.creole.annotdelete
 

Subclasses of AbstractFeatureBearer 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 AbstractFeatureBearer in gate.creole.annotransfer
 

Subclasses of AbstractFeatureBearer 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 AbstractFeatureBearer in gate.creole.coref
 

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

Uses of AbstractFeatureBearer in gate.creole.dumpingPR
 

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

Subclasses of AbstractFeatureBearer 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 customized input and an external Gazetteer.
 class GazetteerList
          Gazetteer List provides the means for uploading, managing and storing the data in the gazetteer list files.
 class LinearDefinition
          Represents a Linear Definition [lists.def] file
The normal usage of the class will be * construct it * setURL * load * change * store
 class MappingDefinition
          Represents a mapping definition which maps gazetteer lists to ontology classes
 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 AbstractFeatureBearer in gate.creole.ir
 

Subclasses of AbstractFeatureBearer in gate.creole.ir
 class SearchPR
           
 

Uses of AbstractFeatureBearer in gate.creole.metadata.test
 

Subclasses of AbstractFeatureBearer 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 AbstractFeatureBearer in gate.creole.morph
 

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

Uses of AbstractFeatureBearer in gate.creole.orthomatcher
 

Subclasses of AbstractFeatureBearer in gate.creole.orthomatcher
 class OrthoMatcher
           
 

Uses of AbstractFeatureBearer in gate.creole.orthomatcher.SampleOrthoMatcher
 

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

Uses of AbstractFeatureBearer in gate.creole.splitter
 

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

Uses of AbstractFeatureBearer in gate.creole.test
 

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

Uses of AbstractFeatureBearer in gate.creole.tokeniser
 

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

Uses of AbstractFeatureBearer in gate.gui.docview
 

Subclasses of AbstractFeatureBearer in gate.gui.docview
 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
          Display document annotation sets and types in a tree view like with a table.
 class AnnotationStackView
          Show a stack view of highlighted annotations in the document centred on the document caret.
 class CorefEditor
          Display a tree that contains the co-references type of the document, highlight co-references in the document, allow creating co-references from existing annotations, editing and deleting co-references.
 class OntologyClassView
          Document view that displays an ontology class tree to annotate a document.
 class OntologyInstanceView
          Document view that shows two tables: one instances and one for properties.
 class TextualDocumentView
          This class provides a central view for a textual document.
 

Uses of AbstractFeatureBearer in gate.persist
 

Subclasses of AbstractFeatureBearer in gate.persist
 class JDBCDataStore
           
 class LuceneDataStoreImpl
           
 class OracleDataStore
           
 class PostgresDataStore
           
 class SerialDataStore
          A data store based on Java serialisation.