interrogator / buzz

linguistics backend
MIT License
40 stars 3 forks source link

Non-branching multiprocess #3

Closed interrogator closed 4 years ago

interrogator commented 5 years ago

Instead of two branches for multiprocessing, simplify to always use joblib but just one process. The tricky thing though is that now the method needs to be picklable...

interrogator commented 4 years ago

Done!