Class UimaSaxVinciFrameBuilder

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class UimaSaxVinciFrameBuilder extends SaxVinciFrameBuilder
A specialization of the general SaxVinciFrameBuilder utility for UIMA analysis engine services. Adds two options:
  • Supress document text
  • Include spanned text as character content of all annotation FSs
  • Field Details

    • mSupressDocumentText

      private boolean mSupressDocumentText
      The m supress document text.
    • mIncludeSpannedTextInAnnotations

      private boolean mIncludeSpannedTextInAnnotations
      The m include spanned text in annotations.
    • mDocText

      private String mDocText
      The m doc text.
  • Constructor Details

    • UimaSaxVinciFrameBuilder

      public UimaSaxVinciFrameBuilder(boolean aSupressDocumentText, boolean aIncludeSpannedTextInAnnotations, String aDocText)
      Instantiates a new uima sax vinci frame builder.
      Parameters:
      aSupressDocumentText - the a supress document text
      aIncludeSpannedTextInAnnotations - the a include spanned text in annotations
      aDocText - the a doc text
  • Method Details