- All Implemented Interfaces:
- org.apache.uima.collection.base_cpm.CasObjectProcessor, org.apache.uima.collection.base_cpm.CasProcessor, org.apache.uima.collection.CasConsumer, org.apache.uima.resource.ConfigurableResource, org.apache.uima.resource.Resource
@PipeBitInfo(name="Pretty Text Writer (UIMA)",
description="Writes text files with document text and simple markups (POS, Semantic Group, CUI, Negation).",
role=WRITER,
dependencies={DOCUMENT_ID,SENTENCE,BASE_TOKEN},
usables={IDENTIFIED_ANNOTATION,EVENT,TIMEX,TEMPORAL_RELATION})
public final class PrettyTextWriterUima
extends org.apache.uima.collection.CasConsumer_ImplBase
Writes Document text, pos, semantic types and cuis. Each Sentence starts a new series of pretty text lines.
This can be used with the old descriptor .xml files and the UIMA CPE Gui. For a UimaFit PrettyTextWriter, use
PrettyTextWriterFit
- Since:
- 6/24/2015
- Version:
- %I%
- Author:
- SPF , chip-nlp
- See Also:
PrettyTextWriter