Package | Description |
---|---|
de.unibi.techfak.scie.ontology | |
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 | Method and Description |
---|---|
LineSegment |
DictionaryMatch.getPartialMatch()
Returns the partial match position (if any).
|
Constructor and Description |
---|
DictionaryMatch(NodeHandle node,
NodeName name,
int begin,
int end,
double probability,
LineSegment partialMatch)
Creates a new instance of DictionaryMatch.
|
Modifier and Type | Method and Description |
---|---|
static LineSegment |
LineSegment.intersection(AbstractLineSegment l1,
AbstractLineSegment l2)
Returns a new line which is the union of the two lines.
|
static LineSegment |
LineSegment.normalize(AbstractLineSegment line)
Normalizes the line segment by swapping begin and end if they are in the
wrong order.
|
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