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 | 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 | 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 | 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 | Method and Description |
---|---|
static <Y> List<Y> |
AnnotationCompositionUtil.calculateComposita(AnnotationCandidate core,
SemanticProbabilityModel[] semanticModels,
Collection[] candidates,
AnnotationCompositor<Y> compositor,
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 <Y> List<Y> |
AnnotationCompositionUtil.calculateComposita(AnnotationCandidate core,
SyntacticProbabilityModel syntacticModel,
SemanticProbabilityModel[] semanticModels,
Collection[] candidates,
AnnotationCompositor<Y> compositor)
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 AnnotationCandidate> |
AnnotationCompositionUtil.calculateMaxProbHypothesis(AnnotationCandidate core,
SemanticProbabilityModel<X> semanticProbModel,
Collection<X> candidates,
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 AnnotationCandidate> |
AnnotationCompositionUtil.calculateMaxProbHypothesis(AnnotationCandidate core,
SyntacticProbabilityModel syntacticProbModel,
SemanticProbabilityModel<X> semanticProbModel,
Collection<X> candidates)
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 AnnotationCandidate> |
AnnotationCompositionUtil.calculateProbableHypotheses(AnnotationCandidate core,
SemanticProbabilityModel<X> semanticProbModel,
Collection<X> candidates,
double syntacticSigma)
For any of the given candidates the probability is calculated, that this
candidate belongs to the given core annotation.
|
static <X extends AnnotationCandidate> |
AnnotationCompositionUtil.calculateProbableHypotheses(AnnotationCandidate core,
SyntacticProbabilityModel syntacticProbModel,
SemanticProbabilityModel<X> semanticProbModel,
Collection<X> candidates)
For any of the given candidates the probability is calculated, that this
candidate belongs to the given core annotation.
|
Modifier and Type | Class and Description |
---|---|
static class |
UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel<X extends org.apache.uima.jcas.tcas.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