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 preprocessedoutput (
str
) – File that will store the result of the preprocessing
- Return type:
None