cli

preprocess

run(input=<typer.models.OptionInfo object>, output=<typer.models.OptionInfo object>)[source]

Runs NLPretext on a list of files and outputs the result in parquet format or shows the result if no output is provided.

Parameters:
  • input (List[str]) – List of files that will be preprocessed

  • output (str) – File that will store the result of the preprocessing

Return type:

None