Package | Description |
---|---|
de.unirostock.sems.xmlutils.alg | |
de.unirostock.sems.xmlutils.ds |
Modifier and Type | Class | Description |
---|---|---|
class |
SemsWeighter |
The Class SemsWeighter to compute the weight of nodes and subtrees in a
document.
|
class |
XyWeighter |
The Class XyWeighter to compute the weight of nodes and subtrees in a
document based on the publication of Cobena2002.
|
Modifier and Type | Method | Description |
---|---|---|
Weighter |
DocumentNode.getWeighter() |
Gets the weighter used to compute the weight of this document.
|
Constructor | Description |
---|---|
DocumentNode(org.jdom2.Element element,
DocumentNode parent,
TreeDocument doc,
Weighter w,
int numChild,
int level) |
Instantiates a new document node.
|
TextNode(String text,
DocumentNode parent,
TreeDocument doc,
int numChild,
Weighter w,
int level) |
Instantiates a new text node.
|
TreeDocument(org.jdom2.Document d,
Weighter w,
URI baseUri) |
Instantiates a new tree document.
|
TreeDocument(org.jdom2.Document d,
Weighter w,
URI baseUri,
boolean ordered) |
Instantiates a new tree document.
|
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.