GATE
Version 3.1-2270

Uses of Interface
gate.Resource

Packages that use Resource
com.ontotext.gate.ontology   
com.ontotext.gate.vr   
debugger.gui.resources   
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.kea   
gate.creole.ml   
gate.creole.morph   
gate.creole.ontology   
gate.creole.ontology.jena   
gate.creole.orthomatcher   
gate.creole.splitter   
gate.creole.tokeniser   
gate.creole.tokeniser.chinesetokeniser   
gate.event   
gate.gui   
gate.gui.docview   
gate.gui.jape   
gate.gui.lexicon   
gate.gui.wordnet   
gate.lexicon   
gate.persist   
gate.wordnet   
 

Uses of Resource in com.ontotext.gate.ontology
 

Classes in com.ontotext.gate.ontology that implement Resource
 class OntologyImpl
          An Ontology Implementation Class
 class TaxonomyImpl
          A Taxonomy Implementation Class
 

Methods in com.ontotext.gate.ontology that return Resource
 Resource TaxonomyImpl.init()
          Initialises this resource, and returns it.
 

Uses of Resource in com.ontotext.gate.vr
 

Classes in com.ontotext.gate.vr that implement Resource
 class Gaze
          Gaze is a Gazetteer VR capable of viewing and editing gazetteer lists, linear definitions (lists.def files), and mapping definitions (mappings between ontology classes and gazetteer lists).
 class OntologyEditorImpl
          Implementation of an ontology editor
 

Methods in com.ontotext.gate.vr that return Resource
 Resource Gaze.init()
           
 Resource OntologyEditorImpl.init()
           
 

Methods in com.ontotext.gate.vr with parameters of type Resource
 void OntologyEditorImpl.resourceRenamed(Resource resource, String oldName, String newName)
          Called when the creole register has renamed a resource.1
 

Uses of Resource in debugger.gui.resources
 

Methods in debugger.gui.resources with parameters of type Resource
 void CreoleListenerImpl.resourceRenamed(Resource resource, String s, String s1)
           
 

Uses of Resource in gate
 

Subinterfaces of Resource in gate
 interface Controller
          Models the execution of groups of ProcessingResources.
 interface Corpus
          Corpora are lists of Document.
 interface CorpusController
          Models the execution of groups of ProcessingResources on a given corpus.
 interface Document
          Represents the commonalities between all sorts of documents.
 interface LanguageAnalyser
          A special type of ProcessingResource that processes Documents
 interface LanguageResource
          Models all sorts of language resources.
 interface ProcessingResource
          Models all sorts of processing resources.
 interface ProtegeProject
          Just a dummy interface for dummy Protege LR.
 interface SimpleCorpus
          Corpora are lists of Document.
 interface SimpleDocument
          Represents the commonalities between all sorts of documents.
 interface TextualDocument
          Top interface for all types of textual documents (transient or persistent).
 interface VisualResource
          Models all sorts of visual resources.
 

Classes in gate that implement Resource
 class DocumentFormat
          The format of Documents.
 

Methods in gate that return Resource
static Resource Factory.createResource(String resourceClassName)
          Create an instance of a resource using default parameter values.
static Resource Factory.createResource(String resourceClassName, FeatureMap parameterValues)
          Create an instance of a resource, and return it.
static Resource Factory.createResource(String resourceClassName, FeatureMap parameterValues, FeatureMap features)
          Create an instance of a resource, and return it.
static Resource Factory.createResource(String resourceClassName, FeatureMap parameterValues, FeatureMap features, String resourceName)
          Create an instance of a resource, and return it.
 Resource Resource.init()
          Initialise this resource, and return it.
 

Methods in gate with parameters of type Resource
static void Factory.deleteResource(Resource resource)
          Delete an instance of a resource.
 void CreoleRegister.setResourceName(Resource res, String newName)
          Renames an existing resource.
 

Uses of Resource in gate.annotation
 

Classes in gate.annotation that implement Resource
 class AnnotationDiff
          Deprecated. This functionality is provided by the AnnotationDiffer class as of GATE version 3.0.
 class CorpusAnnotationDiff
          This class compare two annotation sets on annotation type given by the AnnotationSchema object.
 

Methods in gate.annotation that return Resource
 Resource AnnotationDiff.init()
          Deprecated. This method does the diff, Precision,Recall,FalsePositive calculation and so on.
 Resource CorpusAnnotationDiff.init()
          This method does the diff, Precision,Recall,FalsePositive calculation and so on.
 

Uses of Resource in gate.corpora
 

Classes in gate.corpora that implement Resource
 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 MSWordDocumentFormat
           
 class PdfDocumentFormat
           
 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.
 

Methods in gate.corpora that return Resource
 Resource CorpusImpl.init()
          Initialise this resource, and return it.
 Resource DatabaseDocumentImpl.init()
          Initialise this resource, and return it.
 Resource DocumentImpl.init()
          Initialise this resource, and return it.
 Resource EmailDocumentFormat.init()
          Initialise this resource, and return it.
 Resource HtmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource MSWordDocumentFormat.init()
          Initialise this resource, and return it.
 Resource PdfDocumentFormat.init()
          Initialise this resource, and return it.
 Resource RtfDocumentFormat.init()
          Initialise this resource, and return it.
 Resource SerialCorpusImpl.init()
           
 Resource SgmlDocumentFormat.init()
          Initialise this resource, and return it.
 Resource TextualDocumentFormat.init()
          Initialise this resource, and return it.
 Resource XmlDocumentFormat.init()
          Initialise this resource, and return it.
 

Methods in gate.corpora with parameters of type Resource
 void CorpusImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 void DocumentImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 void SerialCorpusImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 

Uses of Resource in gate.creole
 

Subinterfaces of Resource in gate.creole
 interface AnnotationVisualResource
          Visual Resources that display and/or edit annotations.
 interface ConditionalController
          A Conditional controller is a controller that keeps a running strategy for each PR contained.
 

Classes in gate.creole that implement Resource
 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 AbstractVisualResource
          A convenience implementation of VisualResource 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 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.
 

Methods in gate.creole that return Resource
 Resource APFormatExporter.init()
          Initialise this resource, and returns it.
 Resource AbstractController.init()
          Initialise this resource, and return it.
 Resource AbstractProcessingResource.init()
          Initialise this resource, and return it.
 Resource AbstractResource.init()
          Initialise this resource, and return it.
 Resource AbstractVisualResource.init()
          Initialise this resource, and return it.
 Resource AnnotationSchema.init()
          Initialise this resource, and return it.
 Resource OntologyAwareTransducer.init()
          Deprecated.  
 Resource POSTagger.init()
           
 Resource RDFFormatExporter.init()
          Initialise this resource, and returns it.
 Resource Transducer.init()
          This method is the one responsible for initialising the transducer.
 

Methods in gate.creole with parameters of type Resource
 void ResourceData.addInstantiation(Resource resource)
          Add an instantiation of the resource to the register of these
 void ResourceData.bumpInstantiation(Resource resource)
          Bump an instantiation to the top of the instantiation stack
static boolean AbstractResource.checkParameterValues(Resource resource, List parameters)
          Checks whether the provided Resource has values for all the required parameters from the provided list of parameters.
protected  void CreoleRegisterImpl.fireResourceRenamed(Resource res, String oldName, String newName)
           
static Object AbstractResource.getParameterValue(Resource resource, String paramaterName)
          Gets the value of a parameter for a resource.
 void ResourceData.makeInstantiationPersistant(Resource resource)
          This method makes a certain resource persistent by adding it into a persistantInstantiationList.
 void ResourceData.removeInstantiation(Resource resource)
          Remove an instantiation of the resource from the register of these
static void AbstractResource.removeResourceListeners(Resource resource, Map listeners)
          Removes listeners from a resource.
 void CreoleRegisterImpl.resourceRenamed(Resource resource, String oldName, String newName)
           
 void SerialController.resourceRenamed(Resource resource, String oldName, String newName)
           
static void AbstractResource.setParameterValue(Resource resource, BeanInfo resBeanInf, String paramaterName, Object parameterValue)
          Sets the value for a specified parameter for a resource.
static void AbstractResource.setParameterValues(Resource resource, FeatureMap parameters)
          Sets the values for more parameters for a resource in one step.
static void AbstractResource.setResourceListeners(Resource resource, Map listeners)
          Adds listeners to a resource.
 void CreoleRegisterImpl.setResourceName(Resource res, String newName)
          Renames an existing resource.
 

Uses of Resource in gate.creole.annotdelete
 

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

Methods in gate.creole.annotdelete that return Resource
 Resource AnnotationDeletePR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.annotransfer
 

Classes in gate.creole.annotransfer that implement Resource
 class AnnotationSetTransfer
          This class is the implementation of the resource ACEPROCESSOR.
 

Methods in gate.creole.annotransfer that return Resource
 Resource AnnotationSetTransfer.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.coref
 

Classes in gate.creole.coref that implement Resource
 class AbstractCoreferencer
           
 class Coreferencer
           
 class NominalCoref
           
 class PronominalCoref
           
 

Methods in gate.creole.coref that return Resource
 Resource AbstractCoreferencer.init()
          Initialise this resource, and return it.
 Resource Coreferencer.init()
          Initialise this resource, and return it.
 Resource NominalCoref.init()
          Initialise this resource, and return it.
 Resource PronominalCoref.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.dumpingPR
 

Classes in gate.creole.dumpingPR that implement Resource
 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.
 

Methods in gate.creole.dumpingPR that return Resource
 Resource DumpingPR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.gazetteer
 

Subinterfaces of Resource in gate.creole.gazetteer
 interface Gazetteer
          The Gazetteer interface defines the mandatory methods of a gazetteer PR.
 interface OntoGazetteer
          OntoGazetteer
A gazetter that exploits a linear gazetter to generate annotations according to a mapping definition between lists and ontology classes
 

Classes in gate.creole.gazetteer that implement Resource
 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 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].
 

Methods in gate.creole.gazetteer that return Resource
 Resource DefaultGazetteer.init()
          Does the actual loading and parsing of the lists.
 Resource FlexibleGazetteer.init()
          Does the actual loading and parsing of the lists.
 Resource OntoGazetteerImpl.init()
          Initialize this onto gazetteer
 

Uses of Resource in gate.creole.ir
 

Subinterfaces of Resource in gate.creole.ir
 interface IndexedCorpus
           
 

Classes in gate.creole.ir that implement Resource
 class SearchPR
           
 

Methods in gate.creole.ir that return Resource
 Resource SearchPR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.kea
 

Classes in gate.creole.kea that implement Resource
 class CorpusImporter
          A simple utility to import KEA style corpora into GATE.
 class Kea
          This is wrapper for using the KEA Keyphrase extractor (http://www.nzdl.org/Kea/) within the GATE Language Engineering architecture (http://gate.ac.uk).
 

Methods in gate.creole.kea that return Resource
 Resource CorpusImporter.init()
           
 Resource Kea.init()
          Initialises this KEA Processing Resource.
 

Uses of Resource in gate.creole.ml
 

Classes in gate.creole.ml that implement Resource
 class MachineLearningPR
          This processing resource is used to train a machine learning algorithm with data extracted from a corpus.
 

Methods in gate.creole.ml that return Resource
 Resource MachineLearningPR.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.morph
 

Classes in gate.creole.morph that implement Resource
 class Morph
          Description: This class is a wrapper for Interpret, the Morphological Analyzer.
 

Methods in gate.creole.morph that return Resource
 Resource Morph.init()
          This method creates the instance of the BaseWord - English Morpher and returns the instance of current class with different attributes and the instance of BaseWord class wrapped into it.
 

Uses of Resource in gate.creole.ontology
 

Subinterfaces of Resource in gate.creole.ontology
 interface Ontology
          This is the base interface for all concrete implementations of ontologies.
 interface OntologyEditor
          An interface defining the methods of an Ontology Editor.
 interface Taxonomy
          Defines the interface of an ontology
 

Uses of Resource in gate.creole.ontology.jena
 

Classes in gate.creole.ontology.jena that implement Resource
 class JenaOntologyImpl
          An implementation for GATE Ontologies based on Jena2
 

Methods in gate.creole.ontology.jena that return Resource
 Resource JenaOntologyImpl.init()
           
 

Uses of Resource in gate.creole.orthomatcher
 

Classes in gate.creole.orthomatcher that implement Resource
 class OrthoMatcher
           
 

Methods in gate.creole.orthomatcher that return Resource
 Resource OrthoMatcher.init()
          Initialise this resource, and return it.
 

Uses of Resource in gate.creole.splitter
 

Classes in gate.creole.splitter that implement Resource
 class SentenceSplitter
          A sentence splitter.
 

Methods in gate.creole.splitter that return Resource
 Resource SentenceSplitter.init()
           
 

Uses of Resource in gate.creole.tokeniser
 

Classes in gate.creole.tokeniser that implement Resource
 class DefaultTokeniser
          A composed tokeniser containing a SimpleTokeniser and a Transducer.
 class SimpleTokeniser
          Implementation of a Unicode rule based tokeniser.
 

Methods in gate.creole.tokeniser that return Resource
 Resource DefaultTokeniser.init()
          Initialise this resource, and return it.
 Resource SimpleTokeniser.init()
          Initialises this tokeniser by reading the rules from an external source (provided through an URL) and building the finite state machine at the core of the tokeniser.
 

Uses of Resource in gate.creole.tokeniser.chinesetokeniser
 

Classes in gate.creole.tokeniser.chinesetokeniser that implement Resource
 class ChineseTokeniser
          Title: ChineseTokeniser.java Description: This class is a wrapper for segmenter.
 

Methods in gate.creole.tokeniser.chinesetokeniser that return Resource
 Resource ChineseTokeniser.init()
           
 

Uses of Resource in gate.event
 

Fields in gate.event declared as Resource
protected  Resource DatastoreEvent.resource
           
 

Methods in gate.event that return Resource
 Resource CreoleEvent.getResource()
          Gets the resource that has been (un)loaded.
 Resource DatastoreEvent.getResource()
          Gets the resource involved in this event
 

Methods in gate.event with parameters of type Resource
 void CreoleListener.resourceRenamed(Resource resource, String oldName, String newName)
          Called when the creole register has renamed a resource.1
 

Constructors in gate.event with parameters of type Resource
CreoleEvent(Resource res, int type)
          Constructor
DatastoreEvent(DataStore source, int type, Resource res, Object resourceID)
          Constructor.
 

Uses of Resource in gate.gui
 

Subinterfaces of Resource in gate.gui
 interface ResizableVisualResource
          This interface denotes visual resources that can be resized.
 

Classes in gate.gui that implement Resource
 class CorpusEditor
          A simple viewer/editor for corpora.
 class DocumentEditor
          This class implements a viewer/editor for the annotations on a document.
 class FeaturesEditor
           
 class FeaturesSchemaEditor
           
 class OntologyEditor
           
 class OracleDatastoreViewer
           
 class ProtegeWrapper
          This class wrap the Protege application to show it as VR in GATE
 class PRViewer
           
 class SchemaAnnotationEditor
          This class is a viewer which adds/edits features on a GATE annotation.
 class SearchPRViewer
          Shows the results of a IR query.
 class SerialControllerEditor
           
 class SerialDatastoreViewer
           
 class SyntaxTreeViewer
          The SyntaxTreeViewer is capable of showing and editing utterances (fancy name for sentences) and the attached syntax trees.
 class UnrestrictedAnnotationEditor
          This class visually adds/edits features and annot type of an annotation It does this without using an AnnotationSchema.
 

Methods in gate.gui that return Resource
 Resource ResourceParametersEditor.getResource()
          Does this GUI component allow editing?
 Resource CorpusEditor.init()
           
 Resource DocumentEditor.init()
           
 Resource FeaturesSchemaEditor.init()
          Initialise this resource, and return it.
 Resource OntologyEditor.init()
           
 Resource OracleDatastoreViewer.init()
          Initialise this resource, and return it.
 Resource ProtegeWrapper.init()
           
 Resource SearchPRViewer.init()
           
 Resource SerialControllerEditor.init()
           
 Resource SerialDatastoreViewer.init()
          Initialise this resource, and return it.
 

Methods in gate.gui with parameters of type Resource
 void ResourceParametersEditor.init(Resource resource, List parameters)
          Initialises this GUI component.
 void MainFrame.resourceRenamed(Resource resource, String oldName, String newName)
           
 void NameBearerHandle.resourceRenamed(Resource resource, String oldName, String newName)
           
 void ParameterDisjunction.resourceRenamed(Resource resource, String oldName, String newName)
           
 void ResourceParametersEditor.resourceRenamed(Resource resource, String oldName, String newName)
           
 void SerialControllerEditor.resourceRenamed(Resource resource, String oldName, String newName)
           
 void MainFrame.select(Resource res)
          Selects a resource if loaded in the system and not invisible.
protected  void ParameterDisjunction.updateValues(Resource res)
          Called when a resource has been unloaded from the system; If any of the parameters has this resource as value then the value will be deleted.
 

Constructors in gate.gui with parameters of type Resource
ParameterDisjunction(Resource resource, List parameters)
          Creation from a resources and a list of names.
 

Uses of Resource in gate.gui.docview
 

Subinterfaces of Resource in gate.gui.docview
 interface DocumentView
          A document viewer is composed out of several views (like the one showing the text, the one showing the annotation sets, the on showing the annotations table, etc.).
 

Classes in gate.gui.docview that implement Resource
 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
           
 class CorefEditor
           
 class TextualDocumentView
          This class provides a central view for a textual document.
 

Methods in gate.gui.docview that return Resource
 Resource DocumentEditor.init()
           
 

Uses of Resource in gate.gui.jape
 

Classes in gate.gui.jape that implement Resource
 class JapeViewer
          Title: Gate2 Description: Copyright: Copyright (c) 2000 Company: University Of Sheffield
 

Methods in gate.gui.jape that return Resource
 Resource JapeViewer.init()
          An Init method
 

Uses of Resource in gate.gui.lexicon
 

Classes in gate.gui.lexicon that implement Resource
 class NLGLexiconVR
           
 class OntoLexEditorVR
           
 

Uses of Resource in gate.gui.wordnet
 

Classes in gate.gui.wordnet that implement Resource
 class WordNetViewer
           
 

Uses of Resource in gate.lexicon
 

Subinterfaces of Resource in gate.lexicon
 interface LexicalKnowledgeBase
           
 interface Lexicon
           
 interface MutableLexicalKnowledgeBase
           
 interface NLGLexicon
           
 interface OntoLexLR
          Title: OntoLexLR interface, GATE2 Description: This interface describes the mapping between ontological concepts/instances and lexical entries.
 

Classes in gate.lexicon that implement Resource
 class MutableLexicalKnowledgeBaseImpl
           
 class NLGLexiconImpl
           
 class OntoLexKBImpl
           
 class TestNLGLexiconPR
           
 

Methods in gate.lexicon that return Resource
 Resource MutableLexicalKnowledgeBaseImpl.init()
           
 Resource OntoLexKBImpl.init()
           
 

Uses of Resource in gate.persist
 

Methods in gate.persist with parameters of type Resource
 void JDBCDataStore.resourceRenamed(Resource resource, String oldName, String newName)
           
 

Uses of Resource in gate.wordnet
 

Subinterfaces of Resource in gate.wordnet
 interface WordNet
          Represents WordNet LKB.
 

Classes in gate.wordnet that implement Resource
 class IndexFileWordNetImpl
           
 

Methods in gate.wordnet that return Resource
 Resource IndexFileWordNetImpl.init()
          Initialise this resource, and return it.
 


GATE
Version 3.1-2270