We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883267f commit c42eabcCopy full SHA for c42eabc
1 file changed
text_preprocessing/preprocessor.py
@@ -263,6 +263,7 @@ def process_texts(
263
if len(current_batch) >= 100:
264
with mp.Pool(1) as pool:
265
yield from self.__process_batch(pool, current_batch, keep_all, progress_info)
266
+ progress_info["count"] += 1
267
current_batch = []
268
269
# Process the remaining texts
0 commit comments