Package | Description |
---|---|
de.unibi.techfak.scie.probability_model.uima |
Modifier and Type | Method and Description |
---|---|
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.
|
static <X extends org.apache.uima.jcas.tcas.Annotation> |
UIMAAnnotationCompositionUtil.wrap(Collection<? extends X> annotations) |
Modifier and Type | Method and Description |
---|---|
double |
UIMAAnnotationCompositionUtil.UIMASemanticProbabilityModel.calculateSemanticProbability(UIMAAnnotationCompositionUtil.UIMAAnnotationCandidate<X> candidate)
This should calculate the semantic probabilty of an AnnotationCandidate
belonging to another
If additional information is required to derive this value set those
parameters in some other way (e.g. the given AnnotationCandidate
implementation).
|
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