Skip to content

Commit a4b8778

Browse files
authored
Uncommenting a line
1 parent 18148f9 commit a4b8778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_raw_reddit_ngrams.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def main():
267267
# first pre-processing the data to normalize raw reddit data
268268
# and then tokenize it - this part can be done in parallel
269269
print('Preprocessing...')
270-
# preprocess_files(target_files) # no need to return anything, this data is dumped to a file since its too large to
270+
preprocess_files(target_files) # no need to return anything, this data is dumped to a file since its too large to
271271
# fit into memory
272272

273273
# then process 2-grams

0 commit comments

Comments
 (0)