smaller outchunk size.
This commit is contained in:
parent
25bfc57baf
commit
f38ec6c129
@ -193,7 +193,7 @@ def weekly_tf(partition,
|
|||||||
|
|
||||||
outrows = tf_func(subreddit_weeks, mwe_pass, mwe_tokenize, stopWords, Path(output_10p_sample_path) / ngram_output)
|
outrows = tf_func(subreddit_weeks, mwe_pass, mwe_tokenize, stopWords, Path(output_10p_sample_path) / ngram_output)
|
||||||
|
|
||||||
outchunksize = 100000
|
outchunksize = 10000
|
||||||
|
|
||||||
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)
|
Path(output_authors_path).mkdir(parents=True, exist_ok=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user