Yoctol / strpipe

text preprocessing pipeline
Other
5 stars 0 forks source link

pass json dump kwargs when call save_json of pipe #65

Closed stegben closed 5 years ago

stegben commented 5 years ago

Pass kwargs of json.dump from Pipe.save_json

p = ...

p.save_json('path/to/json', ensure_ascii=True, indent=2)