def __init__()

in src/smjsindustry/finance/processor_config.py [0:0]


    def __init__(
        self,
        summary_size: int = 0,
        summary_percentage: float = 0.0,
        max_tokens: int = 0,
        cutoff: float = 0.0,
        vocabulary: Set[str] = None,