|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.tigerxml.core.CorpusBuilder
public class CorpusBuilder
Provides static functionality for building a Corpus object.
Corpus| Constructor Summary | |
|---|---|
CorpusBuilder()
|
|
| Method Summary | |
|---|---|
static void |
buildCorpus(Corpus corp,
org.w3c.dom.Element rootElement)
Builds up a given (ideally empty) Corpus by getting
all information from the given DOM Element
rootElement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CorpusBuilder()
| Method Detail |
|---|
public static void buildCorpus(Corpus corp,
org.w3c.dom.Element rootElement)
Corpus by getting
all information from the given DOM Element
rootElement.
corp - The Corpus instance to be built (can be empty).rootElement - The DOM Element containing
the root element of a TIGER XML Document.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||