## BigProcessor


A processor with many methods (should split with default threshold).


Usage


``` python
BigProcessor(config)
```


## Parameters


`config: dict`  
Configuration dictionary.


## Examples

``` python
>>> proc = BigProcessor({"verbose": True})
>>> proc.validate()
```

True
