Modifier and Type | Class and Description |
---|---|
static class |
LabGroupAnnotator.AgeModel
The likelihood model for ages.
|
static class |
LabGroupAnnotator.GenderModel
The trivial likelihood Model for Gender.
|
static class |
LabGroupAnnotator.NumberModel
The LikelihoodModel for numbers.
|
static class |
LabGroupAnnotator.WeightModel
The likelihood model for Weights.
|
Modifier and Type | Field and Description |
---|---|
static UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel<de.unibi.techfak.isy.lppba.descriptors.Token> |
ExactAgeAnnotator.MODEL
This decides whether a word is an age specifier as given by the Keywords
pattern above.
|
static UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel[] |
LabGroupAnnotator.MODELS |
Modifier and Type | Class and Description |
---|---|
static class |
InjuryAnnotator.DurationModel
The likelihood model for Durations.
|
static class |
InjuryAnnotator.InjuryDeviceModel
The likelihood model for InjuryDevice.
|
static class |
InjuryAnnotator.InjuryHeightModel
The likelihood model for InjuryHeight.
|
Modifier and Type | Field and Description |
---|---|
static UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel[] |
InjuryAnnotator.MODELS |
Modifier and Type | Class and Description |
---|---|
static class |
ResultAnnotator.PValueModel
The trivial likelihood Model for OutComePart.
|
static class |
ResultAnnotator.SignificanceModel
The likelihood model for the Significance.
|
static class |
ResultAnnotator.TrendModel
The likelihood model for the Trend.
|
Modifier and Type | Field and Description |
---|---|
static UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel[] |
ResultAnnotator.MODELS |
Modifier and Type | Class and Description |
---|---|
static class |
TreatmentAnnotator.DeliveryModel
The trivial likelihood Model for Delivery.
|
static class |
TreatmentAnnotator.DoseModel
The likelihood model for the Dose.
|
Modifier and Type | Field and Description |
---|---|
static UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel[] |
TreatmentAnnotator.MODELS |
Modifier and Type | Method and Description |
---|---|
static <Y extends org.apache.uima.jcas.tcas.Annotation> |
UIMAAnnotationCompositionUtil.calculateComposita(org.apache.uima.jcas.tcas.Annotation core,
SyntacticProbabilityModel syntacticModel,
UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel[] semanticModels,
Class[] slotClasses,
UIMACompositor<Y> compositor,
org.apache.uima.jcas.JCas jcas)
This calculates all composita that are possible to create given a certain core annotation and
a list of candidates for each slots of the compositum.
|
static <Y extends org.apache.uima.jcas.tcas.Annotation> |
UIMAAnnotationCompositionUtil.calculateComposita(org.apache.uima.jcas.tcas.Annotation core,
UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel[] semanticModels,
Class[] slotClasses,
UIMACompositor<Y> compositor,
org.apache.uima.jcas.JCas jcas,
double syntacticSigma)
This calculates all composita that are possible to create given a certain core annotation and
a list of candidates for each slots of the compositum.
|
static <X extends org.apache.uima.jcas.tcas.Annotation> |
UIMAAnnotationCompositionUtil.calculateMaxProbHypothesis(org.apache.uima.jcas.tcas.Annotation core,
SyntacticProbabilityModel syntacticProbModel,
UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel<X> semanticProbModel,
Class<? extends X> candidateClass,
org.apache.uima.jcas.JCas jcas)
This calculates the AnnotationCandidate with the maximum probability to belong to some given
core for a composit annotation and returns it with the probability (without normalization!)
|
static <X extends org.apache.uima.jcas.tcas.Annotation> |
UIMAAnnotationCompositionUtil.calculateMaxProbHypothesis(org.apache.uima.jcas.tcas.Annotation core,
UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel<X> likelihoodModel,
Class<? extends X> candidateClass,
org.apache.uima.jcas.JCas jcas,
double syntacticSigma)
This calculates the AnnotationCandidate with the maximum probability to belong to some given
core for a composit annotation and returns it with the probability (without normalization!)
|
static <X extends org.apache.uima.jcas.tcas.Annotation> |
UIMAAnnotationCompositionUtil.calculateProbableHypotheses(org.apache.uima.jcas.tcas.Annotation core,
SyntacticProbabilityModel syntacticModel,
UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel<X> semanticModel,
Class<? extends X> candidateClass,
org.apache.uima.jcas.JCas jcas,
double syntacticSigma)
For any of the given candidates the probability is calculated, that this candidate belongs to
the given core annotation.
|
static <X extends org.apache.uima.jcas.tcas.Annotation> |
UIMAAnnotationCompositionUtil.calculateProbableHypotheses(org.apache.uima.jcas.tcas.Annotation core,
UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel<X> semanticModel,
Class<? extends X> candidateClass,
org.apache.uima.jcas.JCas jcas,
double syntacticSigma)
For any of the given candidates the probability is calculated, that this candidate belongs to
the given core annotation.
|
Copyright (C) 2013, 2014 Raphael Dickfelder, Jan Göpfert, Benjamin Paassen, Andreas Stöckel, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/scie