Skip to content

Commit c42eabc

Browse files
committed
more fixes to output
1 parent 883267f commit c42eabc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

text_preprocessing/preprocessor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def process_texts(
263263
if len(current_batch) >= 100:
264264
with mp.Pool(1) as pool:
265265
yield from self.__process_batch(pool, current_batch, keep_all, progress_info)
266+
progress_info["count"] += 1
266267
current_batch = []
267268

268269
# Process the remaining texts

0 commit comments

Comments
 (0)