|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
gate | |
gate.annotation | |
gate.corpora | |
gate.creole | |
gate.creole.gazetteer | |
gate.creole.namematch | |
gate.creole.nerc | |
gate.creole.tokeniser | |
gate.db | |
gate.event | |
gate.gui | |
gate.util |
Uses of Resource in gate |
Subinterfaces of Resource in gate | |
interface |
Controller
Models the execution of groups of ProcessingResources. |
interface |
Corpus
Corpora are sets of Document. |
interface |
Document
Represents the commonalities between all sorts of documents. |
interface |
LanguageResource
Models all sorts of language resources. |
interface |
LRDBWrapper
This interface should be implemented by any persistent language resource. |
interface |
ProcessingResource
Models all sorts of processing resources. |
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 | |
Resource |
Resource.init()
Initialise this resource, and return it. |
static Resource |
Factory.createResource(String resourceClassName)
Create an instance of a resource using default parameter values. |
static Resource |
Factory.createResource(String resourceClassName,
FeatureMap parameterValues,
Map listeners)
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,
Map listeners)
Create an instance of a resource, and return it. |
static Resource |
Factory.createResource(String resourceClassName,
FeatureMap parameterValues)
Create an instance of a resource, and return it. |
Methods in gate with parameters of type Resource | |
static void |
Factory.deleteResource(Resource resource)
Delete an instance of a resource. |
static void |
Factory.setResourceInittimeParameters(Resource resource,
FeatureMap parameterValues)
For each paramter, set the appropriate property on the resource using bean-style reflection. |
static void |
Factory.setResourceRuntimeParameters(Resource resource,
FeatureMap parameterValues)
For each paramter, set the appropriate property on the resource using bean-style reflection. |
protected static void |
Factory.setResourceParameters(Resource resource,
FeatureMap parameterValues)
For each paramter, set the appropriate property on the resource using bean-style reflection. |
static void |
Factory.setResourceListeners(Resource resource,
Map listeners)
Adds listeners to a resource. |
static void |
Factory.removeResourceListeners(Resource resource,
Map listeners)
Removes listeners from a resource. |
Uses of Resource in gate.annotation |
Classes in gate.annotation that implement Resource | |
class |
AnnotationDiff
This class compare two annotation sets on annotation type given by the AnnotationSchema object. |
Methods in gate.annotation that return Resource | |
Resource |
AnnotationDiff.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 |
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 |
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 |
TextualDocumentFormat.init()
Initialise this resource, and return it. |
Resource |
SgmlDocumentFormat.init()
Initialise this resource, and return it. |
Resource |
CorpusImpl.init()
Initialise this resource, and return it. |
Resource |
DocumentImpl.init()
Initialise this resource, and return it. |
Resource |
HtmlDocumentFormat.init()
Initialise this resource, and return it. |
Resource |
RtfDocumentFormat.init()
Initialise this resource, and return it. |
Resource |
EmailDocumentFormat.init()
Initialise this resource, and return it. |
Resource |
XmlDocumentFormat.init()
Initialise this resource, and return it. |
Uses of Resource in gate.creole |
Classes in gate.creole that implement Resource | |
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 |
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 |
POSTagger
This class is a wrapper for HepTag, Mark Hepple's POS tagger. |
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. |
Methods in gate.creole that return Resource | |
Resource |
AbstractResource.init()
Initialise this resource, and return it. |
Resource |
AbstractVisualResource.init()
Initialise this resource, and return it. |
Resource |
AbstractProcessingResource.init()
Initialise this resource, and return it. |
Resource |
POSTagger.init()
|
Resource |
Transducer.init()
This method is the one responsible for initialising the transducer. |
Resource |
AnnotationSchema.init()
Initialise this resource, and return it. |
Resource |
AbstractLanguageAnalyser.init()
Initialise this resource, and return it. |
Resource |
SerialController.init()
Initialise this resource, and return it. |
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.removeInstantiation(Resource resource)
Remove an instantiation of the resource from the register of these |
void |
ResourceData.bumpInstantiation(Resource resource)
Bump an instantiation to the top of the instantiation stack |
Uses of Resource in gate.creole.gazetteer |
Classes in gate.creole.gazetteer that implement Resource | |
class |
DefaultGazetteer
This component is responsible for doing lists lookup. |
Methods in gate.creole.gazetteer that return Resource | |
Resource |
DefaultGazetteer.init()
Does the actual loading and parsing of the lists. |
Uses of Resource in gate.creole.namematch |
Classes in gate.creole.namematch that implement Resource | |
class |
Namematch
|
Methods in gate.creole.namematch that return Resource | |
Resource |
Namematch.init()
Initialise this resource, and return it. |
Uses of Resource in gate.creole.nerc |
Classes in gate.creole.nerc that implement Resource | |
class |
Nerc
NERC stands for Named-Entity Recognition Component. |
Methods in gate.creole.nerc that return Resource | |
Resource |
Nerc.init()
Initialise this resource, and return it. |
Uses of Resource in gate.creole.tokeniser |
Classes in gate.creole.tokeniser that implement Resource | |
class |
DefaultTokeniser
Implementation of a Unicode rule based tokeniser. |
Methods in gate.creole.tokeniser that return Resource | |
Resource |
DefaultTokeniser.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.db |
Classes in gate.db that implement Resource | |
class |
CorpusWrapper
This class extends CorpusImpl adding database persistence via Jdbc. |
class |
DocumentWrapper
This class extends DocumentImpl adding database persistence via Jdbc. |
Uses of Resource in gate.event |
Fields in gate.event declared as Resource | |
protected Resource |
DatastoreEvent.resource
|
private Resource |
CreoleEvent.resource
|
Methods in gate.event that return Resource | |
Resource |
DatastoreEvent.getResource()
Gets the resource involved in this event |
Resource |
CreoleEvent.getResource()
Gets the resource that has been (un)loaded. |
Constructors in gate.event with parameters of type Resource | |
DatastoreEvent(DataStore source,
int type,
Resource res,
String resourceID)
Constructor. |
|
CreoleEvent(Resource res,
int type)
Constructor |
Uses of Resource in gate.gui |
Classes in gate.gui that implement Resource | |
class |
AnnotationEditor
This class implements a viewer/editor for the annotations on a document. |
class |
ApplicationViewer
|
class |
FeaturesEditor
|
Fields in gate.gui declared as Resource | |
(package private) Resource |
NewResourceDialog.resource
|
Methods in gate.gui that return Resource | |
Resource |
DefaultResourceHandle.getResource()
|
Resource |
ApplicationViewer.init()
|
Resource |
NewResourceDialog.show(ResourceData rData)
|
Resource |
ResourceHandle.getResource()
|
Methods in gate.gui with parameters of type Resource | |
protected String |
ApplicationViewer.getResourceName(Resource res)
|
Uses of Resource in gate.util |
Classes in gate.util that implement Resource | |
class |
DumbTokeniser
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |