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
    • mIncludeSpannedTextInAnnotations

      private boolean mIncludeSpannedTextInAnnotations
    • mDocText

      private String mDocText
  • Constructor Details

    • UimaSaxVinciFrameBuilder

      public UimaSaxVinciFrameBuilder(boolean aSupressDocumentText, boolean aIncludeSpannedTextInAnnotations, String aDocText)
  • Method Details