Package | Description |
---|---|
de.unirostock.sems.xmlutils.alg | |
de.unirostock.sems.xmlutils.ds |
Modifier and Type | Method | Description |
---|---|---|
double |
SemsWeighter.getWeight(TextNode node) |
|
abstract double |
Weighter.getWeight(TextNode node) |
Computes the weight of a TextNode.
|
double |
XyWeighter.getWeight(TextNode node) |
Modifier and Type | Method | Description |
---|---|---|
List<TextNode> |
TreeDocument.getTextNodes() |
Gets all text nodes.
|
Modifier and Type | Method | Description |
---|---|---|
double |
TextNode.getTextDistance(TextNode cmp) |
Gets the distance between the texts of two nodes.
|
Constructor | Description |
---|---|
TextNode(TextNode toCopy,
DocumentNode parent,
int numChild) |
Copies a text node.
|
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.