Deaksh commited on
Commit
13e5e9b
·
verified ·
1 Parent(s): 256e13c

Update preprocess.py

Browse files
Files changed (1) hide show
  1. preprocess.py +1 -1
preprocess.py CHANGED
@@ -83,4 +83,4 @@ def get_unified_tags(posts_with_metadata):
83
 
84
 
85
  if __name__ == "__main__":
86
- process_posts("data/raw_posts.json", "data/processed_posts.json")
 
83
 
84
 
85
  if __name__ == "__main__":
86
+ process_posts("raw_posts.json", "data/processed_posts.json")