Package | Description |
---|---|
de.unibi.techfak.scie.ontology | |
de.unibi.techfak.scie.probability_model | |
de.unibi.techfak.scie.probability_model.uima | |
de.unibi.techfak.scie.util |
Modifier and Type | Class and Description |
---|---|
static class |
DictionaryAlgorithms.WordPosition
The WordPosition class is used to classify a word position within a
NodeName instance.
|
class |
DictionaryMatch
The DictionaryMatch represents a match between a single word in a NodeName
instance together with its match probability.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationCandidate
This is an interface for candidates for annotations that are characterized by
their start and end position in the text.
|
Modifier and Type | Class and Description |
---|---|
static class |
UIMAAnnotationCompositionUtil.UIMAAnnotationCandidate<X extends org.apache.uima.jcas.tcas.Annotation> |
Modifier and Type | Class and Description |
---|---|
class |
LineSegment
The LineSegment class implements the AbstractLineSegmentSegment interface and
adds (static) utility functions that help to compare to lines.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LineSegment.boundariesEqual(AbstractLineSegment l)
Returns true if the boundaries of the two line segments are equal.
|
static boolean |
LineSegment.boundariesEqual(AbstractLineSegment l1,
AbstractLineSegment l2)
Returns true if the boundaries of the two line segments are equal.
|
static LineSegment |
LineSegment.intersection(AbstractLineSegment l1,
AbstractLineSegment l2)
Returns a new line which is the union of the two lines.
|
static boolean |
LineSegment.isValid(AbstractLineSegment line)
Returns true if the given line is valid (its begin is smaller or equal to
its end).
|
static int |
LineSegment.length(AbstractLineSegment line)
Returns the length of the line segment.
|
static LineSegment |
LineSegment.normalize(AbstractLineSegment line)
Normalizes the line segment by swapping begin and end if they are in the
wrong order.
|
static int[] |
LineSegment.normalizedBounds(AbstractLineSegment line)
Returns the boundaries of the normalized line as a two-element array --
normalization means that begin and end are swapped if end is larger than
begin.
|
boolean |
LineSegment.overlaps(AbstractLineSegment l)
Returns true if the boundaries of the two line segments overlap.
|
static boolean |
LineSegment.overlaps(AbstractLineSegment l1,
AbstractLineSegment l2)
Returns true if the boundaries of the two line segments overlap.
|
static LineSegment |
LineSegment.union(AbstractLineSegment l1,
AbstractLineSegment l2)
Returns a new line which is the union of the two lines.
|
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