Skip to content

This script, mostly in Python, finds related events based on JSON data from EventRegistry.org

Notifications You must be signed in to change notification settings

Samywamy10/related-eventregistry-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

related-eventregistry-events

This script, mostly in Python, finds related events based on JSON data from EventRegistry

Begins by looking at events\events-00###000.JSON.

  1. Run tfidf.py - assigns each word an idf value. Creates concept_hash_tables.json
  2. Run concept_articles.py. Reads concept_hash_tables.json and gives each word => article => tfidf score.
  3. Run lookup.py - looks at each word in the event and compares to words with similar tfidf scores.

About

This script, mostly in Python, finds related events based on JSON data from EventRegistry.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages