|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceInstantiationException | |
gate | |
gate.annotation | |
gate.corpora | |
gate.creole | |
gate.creole.gazetteer | |
gate.creole.namematch | |
gate.creole.nerc | |
gate.creole.tokeniser | |
gate.jape |
Uses of ResourceInstantiationException in gate |
Methods in gate that throw ResourceInstantiationException | |
void |
ProcessingResource.reInit()
Reinitialises the processing 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. |
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 Corpus |
Factory.newCorpus(String name)
Create a new transient Corpus. |
static Document |
Factory.newDocument(URL sourceUrl)
Create a new transient Document from a URL. |
static Document |
Factory.newDocument(URL sourceUrl,
String encoding)
Create a new transient Document from a URL and an encoding. |
static Document |
Factory.newDocument(String content)
Create a new transient textual Document from a string. |
Uses of ResourceInstantiationException in gate.annotation |
Methods in gate.annotation that throw ResourceInstantiationException | |
Resource |
AnnotationDiff.init()
This method does the diff, Precision,Recall,FalsePositive calculation and so on. |
Uses of ResourceInstantiationException in gate.corpora |
Methods in gate.corpora that throw ResourceInstantiationException | |
Resource |
TextualDocumentFormat.init()
Initialise this resource, and return it. |
Resource |
SgmlDocumentFormat.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 ResourceInstantiationException in gate.creole |
Methods in gate.creole that throw ResourceInstantiationException | |
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. |
void |
AbstractProcessingResource.reInit()
Reinitialises the processing resource. |
Resource |
POSTagger.init()
|
Resource |
Transducer.init()
This method is the one responsible for initialising the transducer. |
private static void |
AnnotationSchema.setUpStaticData()
This sets up two Maps between XSchema types and their coresponding Java types + a DOM xml parser |
Resource |
AnnotationSchema.init()
Initialise this resource, and return it. |
void |
AnnotationSchema.fromXSchema(URL anXSchemaURL)
Creates an AnnotationSchema object from an XSchema file |
void |
AnnotationSchema.fromXSchema(InputStream anXSchemaInputStream)
Creates an AnnotationSchema object from an XSchema file |
Resource |
AbstractLanguageAnalyser.init()
Initialise this resource, and return it. |
Resource |
SerialController.init()
Initialise this resource, and return it. |
void |
SerialController.reInit()
Reinitialises the processing resource. |
Uses of ResourceInstantiationException in gate.creole.gazetteer |
Methods in gate.creole.gazetteer that throw ResourceInstantiationException | |
Resource |
DefaultGazetteer.init()
Does the actual loading and parsing of the lists. |
Uses of ResourceInstantiationException in gate.creole.namematch |
Methods in gate.creole.namematch that throw ResourceInstantiationException | |
Resource |
Namematch.init()
Initialise this resource, and return it. |
Uses of ResourceInstantiationException in gate.creole.nerc |
Methods in gate.creole.nerc that throw ResourceInstantiationException | |
Resource |
Nerc.init()
Initialise this resource, and return it. |
Uses of ResourceInstantiationException in gate.creole.tokeniser |
Methods in gate.creole.tokeniser that throw ResourceInstantiationException | |
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 ResourceInstantiationException in gate.jape |
Methods in gate.jape that throw ResourceInstantiationException | |
static Corpus |
TestJape2.tokAndGaz(String collName,
com.objectspace.jgl.Array fileNames)
Create a collection and put tokenised and gazetteered docs in it. |
void |
TestJape.testBatch()
Batch run |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |