This script, mostly in Python, finds related events based on JSON data from EventRegistry
Begins by looking at events\events-00###000.JSON.
- Run tfidf.py - assigns each word an idf value. Creates concept_hash_tables.json
- Run concept_articles.py. Reads concept_hash_tables.json and gives each word => article => tfidf score.
- Run lookup.py - looks at each word in the event and compares to words with similar tfidf scores.