def summarize()

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


    def summarize(
        self,
        summarizer_config: Union[JaccardSummarizerConfig, KMedoidsSummarizerConfig],
        text_column_name: str,
        input_file_path: str,
        s3_output_path: str,
        output_file_name: str,
        new_summary_column_name: str = "summary",
        wait: bool = True,
        logs: bool = True,