Skip to content

A knowledge graph is a collection of interlinked entities where each entity is a piece of information. A wikipedia category graph is a structure used by wikepedia foreffectively managing the information sub-categories of the information. We've build a knowledge graph of news headlines and expanded the knowledge using wikipedia category graph(s).

Notifications You must be signed in to change notification settings

Vaibhav5757/Knowledge-Graph-of-News-Headlines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge-Graph-of-News-Headlines

A knowledge graph is a collection of interlinked entities where each entity is a piece of information. A wikipedia category graph is a structure used by wikepedia for effectively managing the information sub-categories of the information. We've build a knowledge graph of news headlines(targeting Indian NEWS) and expanded the knowledge using wikipedia category graph(s).

To run the program

  1. Install following Python packages: spacy(additionally en_core_web_sm model), neo4j and nltk.
  2. Install neo4j Desktop on system and run a local instance of it. Configure a database with username and password.
  3. Download Install APOC Plugin in your application.
  4. Register and create an account on https://newsapi.org/ to get an API Key for your application.
  5. Make changes in the Python file accordingly replacing credentials and API Key.

About

A knowledge graph is a collection of interlinked entities where each entity is a piece of information. A wikipedia category graph is a structure used by wikepedia foreffectively managing the information sub-categories of the information. We've build a knowledge graph of news headlines and expanded the knowledge using wikipedia category graph(s).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages