Local time event detection using geo tagged tweets The zip folder contains 10 files in total.
The following 5 files are modules/python code files:
- text_processing_final.py
- Tf_IDF.py
- Clustering.py
- Candidate_Ranking.py
- GUI.py
Execute the above files in python3 in the given order:
$ python3 <FILE-NAME>
The following 5 files are files storing intermediate results:
- processed_dataset.csv
- TF_IDFscores: A json file containing a list of ditionaries, where each dictionary contains: doc_id, term, TFIDFscore
- Authority_Scores
- Clusters
- Cluster_Ranking_Results.csv