Class SentenceBuilder

java.lang.Object
org.episteme.social.linguistics.loaders.tigerxml.core.SentenceBuilder

public class SentenceBuilder extends Object
  • Constructor Details

    • SentenceBuilder

      public SentenceBuilder()
  • Method Details

    • buildSentence

      public static final void buildSentence(Sentence sentence, Corpus corpus, Element sElement)
      Builds up a given (ideally empty) Sentence by getting all information from the given DOM Element sElement.
      Parameters:
      sentence - The Sentence instance to be built (can be empty).
      corpus - The Corpus to hold the new sentence.
      sElement - The DOM Element containing a sentence element of a TIGER XML Document.