Class NTBuilder

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

public class NTBuilder extends Object
  • Constructor Details

    • NTBuilder

      public NTBuilder()
  • Method Details

    • buildNT

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