Uses of Class
gate.creole.AbstractResource

Packages that use AbstractResource
gate  
gate.corpora   
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.gazetteer   
gate.creole.orthomatcher   
gate.creole.splitter   
gate.creole.tokeniser   
 

Uses of AbstractResource in gate
 

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

Uses of AbstractResource in gate.corpora
 

Subclasses of AbstractResource 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 RtfDocumentFormat
          The format of Documents.
 class SerialCorpusImpl
           
 class SgmlDocumentFormat
          The format of Documents.
 class TextualDocumentFormat
          The format of Documents.
 class XmlDocumentFormat
          The format of Documents.
 

Uses of AbstractResource in gate.creole
 

Subclasses of AbstractResource 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 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 POSTagger
          This class is a wrapper for HepTag, Mark Hepple's POS tagger.
 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 AbstractResource in gate.creole.annotdelete
 

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

Subclasses of AbstractResource in gate.creole.annotransfer
 class AnnotationSetTransfer
          This class is the implementation of the resource ACEPROCESSOR.
 

Uses of AbstractResource in gate.creole.gazetteer
 

Subclasses of AbstractResource in gate.creole.gazetteer
 class DefaultGazetteer
          This component is responsible for doing lists lookup.
 

Uses of AbstractResource in gate.creole.orthomatcher
 

Subclasses of AbstractResource in gate.creole.orthomatcher
 class OrthoMatcher
           
 

Uses of AbstractResource in gate.creole.splitter
 

Subclasses of AbstractResource in gate.creole.splitter
 class SentenceSplitter
          A sentence splitter.
 

Uses of AbstractResource in gate.creole.tokeniser
 

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