Class TBuilder

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

public class TBuilder extends Object
  • Constructor Details

    • TBuilder

      public TBuilder()
  • Method Details

    • buildT

      public static final void buildT(T t, Sentence sent, Element tElement, int pos)
      Builds up a given (ideally empty) T by getting all information from the given DOM Element tElement.
      Parameters:
      t - The T instance to be built (can be empty).
      sent - The Sentence to hold the new T.
      tElement - The DOM Element containing a T element of a TIGER XML Document.
      pos - The position of the new T in the Sentence.