SemsWeighter, XyWeighterpublic abstract class Weighter extends Object
| Constructor | Description |
|---|---|
Weighter() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract double |
getWeight(DocumentNode node) |
Computes the weight of a DocumentNode.
|
abstract double |
getWeight(TextNode node) |
Computes the weight of a TextNode.
|
public abstract double getWeight(DocumentNode node)
node - the nodepublic abstract double getWeight(TextNode node)
node - the nodeCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.