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