Skip to content

lilyyang1998/deep-relation-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Relation Explorer

Paper abstract:

  • We use the Wikidata to construct relations between two names, and evaluate the correlation
  • Explore relation on an open-domain knowledge base

Project structure:

relation_extraction/
├── relextserver
│   ├── server.py
│   └── static/
│       ├── index.html
│       ├── main.css
└──     └── main.js
FileDescription
relation_extraction/relextserverThe code for the web demo.

Setup:

  1. We recommend that you setup a new pip environment first: http://docs.python-guide.org/en/latest/dev/virtualenvs/

  2. Check out the repository and run:

pip install -r requirements.txt
  1. Run the following command to execute the website:
python runserver.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published