Uses of Class
gate.creole.AbstractResource

Packages that use AbstractResource
gate  
gate.corpora   
gate.creole   
gate.creole.annotdelete   
gate.creole.annotransfer   
gate.creole.coref   
gate.creole.dumpingPR   
gate.creole.gazetteer   
gate.creole.ir   
gate.creole.ml   
gate.creole.orthomatcher   
gate.creole.splitter   
gate.creole.tokeniser   
gate.wordnet   
 

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 ConditionalSerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class ConditionalSerialController
          Execute a list of PRs serially.
 class OntologyAwareTransducer
          An ontology aware JAPE transducer.
 class POSTagger
          This class is a wrapper for HepTag, Mark Hepple's POS tagger.
 class ProtegeProjectName
          Dummy Protege LR.
 class RDFFormatExporter
           
 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.coref
 

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

Uses of AbstractResource in gate.creole.dumpingPR
 

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

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

Uses of AbstractResource in gate.creole.ir
 

Subclasses of AbstractResource in gate.creole.ir
 class SearchPR
           
 

Uses of AbstractResource in gate.creole.ml
 

Subclasses of AbstractResource in gate.creole.ml
 class MachineLearningPR
          This processing resource is used to train a machine learning algorithm with data extracted from a corpus.
 

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.
 

Uses of AbstractResource in gate.wordnet
 

Subclasses of AbstractResource in gate.wordnet
 class IndexFileWordNetImpl