Package org.openpipeline.pipeline.stage

Contains the Stage interface and implementations of stages in the pipeline for processing documents.

See:
          Description

Class Summary
AttributeRemover Removes attributes from an item.
DiskWriter Writes items to disk in XML format.
Flattener Flattens an XML hierarchy, promotes all leaf nodes to the top.
ItemSender Use this class to send items to one or more remote machines for further processing.
SimpleSentenceExtractor This class extracts sentences from an item and adds them to the sentence annotation list.
SimpleTokenizer  
Stage The abstract base class for all stages.
StageFactory Factory class for getting available implementations of Stages.
StageList A wrapper around the item processing pipeline.
StageUtil  
 

Package org.openpipeline.pipeline.stage Description

Contains the Stage interface and implementations of stages in the pipeline for processing documents.