def calculate()

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


    def calculate(
        self,
        score_config: NLPScorerConfig,
        text_column_name: str,
        input_file_path: str,
        s3_output_path: str,
        output_file_name: str,
        wait: bool = True,
        logs: bool = True,