make the output authors path.
This commit is contained in:
parent
9df9a8b8ff
commit
d61746c9f7
@ -195,6 +195,7 @@ def weekly_tf(partition,
|
|||||||
outchunksize = 100000
|
outchunksize = 100000
|
||||||
|
|
||||||
Path(output_terms_path).mkdir(parents=True, exist_ok=True)
|
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:
|
if limit is not None:
|
||||||
n_lines_out = 0
|
n_lines_out = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user