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 Detail

      • UimaSaxVinciFrameBuilder

        public UimaSaxVinciFrameBuilder​(boolean aSupressDocumentText,
                                        boolean aIncludeSpannedTextInAnnotations,
                                        String aDocText)