Modifier and Type | Method and Description |
---|---|
SyntacticProbabilityModel |
LabGroupAnnotator.LabGroupCompositor.getSyntacticModel() |
Modifier and Type | Method and Description |
---|---|
void |
LabGroupAnnotator.LabGroupCompositor.setSyntacticModel(SyntacticProbabilityModel syntacticModel) |
Modifier and Type | Method and Description |
---|---|
SyntacticProbabilityModel |
InjuryAnnotator.InjuryCompositor.getSyntacticModel() |
Modifier and Type | Method and Description |
---|---|
void |
InjuryAnnotator.InjuryCompositor.setSyntacticModel(SyntacticProbabilityModel syntacticModel) |
Modifier and Type | Method and Description |
---|---|
SyntacticProbabilityModel |
ResultAnnotator.ResultCompositor.getSyntacticModel() |
Modifier and Type | Method and Description |
---|---|
void |
ResultAnnotator.ResultCompositor.setSyntacticModel(SyntacticProbabilityModel syntacticModel) |
Modifier and Type | Method and Description |
---|---|
SyntacticProbabilityModel |
TreatmentAnnotator.TreatmentCompositor.getSyntacticModel() |
Modifier and Type | Method and Description |
---|---|
void |
TreatmentAnnotator.TreatmentCompositor.setSyntacticModel(SyntacticProbabilityModel syntacticModel) |
Constructor and Description |
---|
DictionaryNameFinder(OntologyDatabase db,
String documentText,
double pThresh,
SyntacticProbabilityModel model)
Creates a new instance of the DictionaryNameFinder class and connects it
to the given database and the given probability model.
|
Modifier and Type | Class and Description |
---|---|
class |
CharBasedSyntacticProbabilityModel
This calculates the syntactic probability based on the char distance.
|
Modifier and Type | Method and Description |
---|---|
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,
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,
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 |
---|---|
class |
UIMAWordSyntacticProbabilityModel
This calculates the syntactic probability based on the distance in words and some other syntactic
considerations like sentence boundaries.
|
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 <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.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.
|
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