Skip to content

anushkanarula/Knowledge-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data X - Analysing a Matter of Fact

This is an application to build knowledge graph from a given document to display the relations between entities.

Knowledge graph is a knowledge base that uses a graph-structured data model to integrate data. These are used to store interlinked descriptions of entities.

Steps involved:

  1. Sentence segmentation - Spliting the text document into sentences.
  2. Entity extraction - Identifying and classiying key elements from text into pre defined category.
  3. Relation extraction - Extracting semantic relationships from text.
  4. Building knowledge graph - Creating knowledge graph from extracted entities and predicates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages