Yoctol / strpipe

text preprocessing pipeline
Other
5 stars 0 forks source link

Update README.md #51

Closed stegben closed 5 years ago

stegben commented 5 years ago

fixed #50

SoluMilken commented 5 years ago

Should we have the following instead?

import strpipe as sp
p = sp.Pipe.restore_from_json('/path/of/pipe')
stegben commented 5 years ago

fixed