Uses of Class
gate.creole.metadata.CreoleResource

Packages that use CreoleResource
gate This package contains the public interface to the GATE Java API. 
gate.corpora   
gate.creole   
gate.creole.annotdelete   
gate.creole.metadata.test   
gate.creole.morph   
gate.creole.test   
gate.gui   
gate.gui.docview   
 

Uses of CreoleResource in gate
 

Classes in gate with annotations of type CreoleResource
 interface LanguageAnalyser
          A special type of ProcessingResource that processes Documents
 

Uses of CreoleResource in gate.corpora
 

Classes in gate.corpora with annotations of type CreoleResource
 class CorpusImpl
          Corpora are sets of Document.
 class DocumentImpl
          Represents the commonalities between all sorts of documents.
 class EmailDocumentFormat
          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 CreoleResource in gate.creole
 

Classes in gate.creole with annotations of type CreoleResource
 class AbstractController
           
 class ANNIETransducer
          The ANNIE named entity transducer.
 class ConditionalSerialAnalyserController
          This class implements a SerialController that only contains LanguageAnalysers.
 class ConditionalSerialController
          Execute a list of PRs serially.
 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 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.
 

Methods in gate.creole with parameters of type CreoleResource
private  void CreoleAnnotationHandler.processAutoInstances(CreoleResource cr, org.jdom.Element element)
          Process the AutoInstance annotations contained in the given CreoleResource and add the corresponding AUTOINSTANCE/HIDDEN-AUTOINSTANCE elements to the given parent.
 

Uses of CreoleResource in gate.creole.annotdelete
 

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

Uses of CreoleResource in gate.creole.metadata.test
 

Classes in gate.creole.metadata.test with annotations of type CreoleResource
 class TestAnnotatedProcessingResource
          Example resource class which is annotated with a CreoleResource annotation.
 class TestSubclassProcessingResource
           
 class TestSuperclassProcessingResource
           
 

Uses of CreoleResource in gate.creole.morph
 

Classes in gate.creole.morph with annotations of type CreoleResource
 class Morph
          Description: This class is a wrapper for Interpret, the Morphological Analyzer.
 

Uses of CreoleResource in gate.creole.test
 

Classes in gate.creole.test with annotations of type CreoleResource
static class DynamicRegistrationTest.TestResource
           
 

Uses of CreoleResource in gate.gui
 

Classes in gate.gui with annotations of type CreoleResource
 class CorpusEditor
          A simple viewer/editor for corpora.
 class CorpusQualityAssurance
          Quality assurance corpus view.
 class FeaturesSchemaEditor
           
 class LuceneDataStoreSearchGUI
          GUI allowing to write a query with a JAPE derived syntax for querying a Lucene Datastore and display the results with a stacked view of the annotations and their values.
 class OracleDatastoreViewer
           
 class PRViewer
           
 class SerialControllerEditor
           
 class SerialDatastoreViewer
           
 

Uses of CreoleResource in gate.gui.docview
 

Classes in gate.gui.docview with annotations of type CreoleResource
 class DocumentEditor
          This is the GATE Document viewer/editor.