Interface | Description |
---|---|
AnnotationCandidate |
This is an interface for candidates for annotations that are characterized by
their start and end position in the text.
|
AnnotationCompositor<Y> |
This is an interface for classes that are able to compose from a set of
candidates for each slot of a composition annotation the composition itself.
|
SemanticProbabilityModel<X extends AnnotationCandidate> |
This is a common interface for classes that implement the functionality to
model the semantic probability
P(w' semanticly belongs to w|w' syntactically belongs to w)
|
SyntacticProbabilityModel |
This is an interface for classes that are able to calculate the probability
that two given AnnotationCandidates belong together from a syntactic
perspective.
|
Class | Description |
---|---|
AnnotationCompositionUtil |
This class provides static methods that help to compose annotations to more
complex annotations in a probabilistic way.
|
CharBasedSyntacticProbabilityModel |
This calculates the syntactic probability based on the char distance.
|
ProbableHypothesis<X extends AnnotationCandidate> |
This is a wrapper class to return a hypothesis with its probability to belong
to an Annotation Composition.
|
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