Class SentenceBuilder
java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.core.SentenceBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voidbuildSentence(Sentence sentence, Corpus corpus, Element sElement) Builds up a given (ideally empty)Sentenceby getting all information from the given DOM ElementsElement.
-
Constructor Details
-
SentenceBuilder
public SentenceBuilder()
-
-
Method Details
-
buildSentence
Builds up a given (ideally empty)Sentenceby getting all information from the given DOM ElementsElement.- Parameters:
sentence- TheSentenceinstance to be built (can be empty).corpus- TheCorpus to hold the newsentence.sElement- The DOMElementcontaining a sentence element of a TIGER XMLDocument.
-