CSVSaver#
- class CSVSaver(config)#
Bases:
Saver
Saves all
Document
to a specified output_file in CSV format- Parameters:
Example
{ "step": "saver", "type": "csv", "fields": [ "text", "prediction" ], "output_file": "data.csv" }
Methods Summary
process_batch
(batch)Process a batch of documents.
Methods Documentation