tidyms.filter.Pipeline

class Pipeline(processors: list, verbose: bool = False)

Combines Filters and Correctors and applies them simultaneously.

Attributes:
processors: list[Processors]

A list of processors to apply. Can also contain another Pipeline.

verbose: bool

If True prints a message each time a Processor is applied.