/ParallelTextProcessing

I would like to process text in the most parallel possible way

Primary LanguageJupyter Notebook

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: