1
0

make the output authors path.

This commit is contained in:
Nathan TeBlunthuis 2024-12-01 13:58:13 -08:00
parent 9df9a8b8ff
commit d61746c9f7

View File

@ -195,6 +195,7 @@ def weekly_tf(partition,
outchunksize = 100000
Path(output_terms_path).mkdir(parents=True, exist_ok=True)
Path(output_authors_path).mkdir(parents=True, exist_ok=True)
if limit is not None:
n_lines_out = 0