- We use the Wikidata to construct relations between two names, and evaluate the correlation
- Explore relation on an open-domain knowledge base
relation_extraction/
├── relextserver
│ ├── server.py
│ └── static/
│ ├── index.html
│ ├── main.css
└── └── main.js
File | Description |
---|---|
relation_extraction/relextserver | The code for the web demo. |
-
We recommend that you setup a new pip environment first: http://docs.python-guide.org/en/latest/dev/virtualenvs/
-
Check out the repository and run:
pip install -r requirements.txt
- Run the following command to execute the website:
python runserver.py