Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 901 Bytes

File metadata and controls

17 lines (12 loc) · 901 Bytes

I would like to process text in the most parallel possible way. The library multiprocessing could give some errors, a possible way to overcome them is by using pathos.

Examples of errors and how to install pathos: https://kampta.github.io/Parallel-Processing-in-Python/

For this I provide here two jupyter notebooks:

  1. parallelizing_text_processing.ipynb.
  2. parallelizing_text_processing_pathos.ipynb . Using pathos.

Althought the results are the some in this case.

References: