JoinFilter#
- class JoinFilter(config)#
Bases:
FilterThe join
Filterjoins a list to a stringInput - the input field needs to be of type
list[str].Output - the output field is filled with data of type
str.- Parameters:
Example
{ "step": "filter", "type": "join", "input_field":"sentences", "output_field":"text", "delimiter":". " }
Methods Summary
process_doc(doc)Process a document
Methods Documentation