Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 676 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 676 Bytes

WeLink

WeLink is a Named Entity Disambiguation system for queries within Question Answering systems. WeLink exploits syntactic and semantic features of an entity to proceed to its disambiguation.

You can try WeLink

API

The REST API of WeLink is accessible as follows:

curl -X POST -H "Content-Type: application/json" 
-d '{"query": "What are the books written by Jack London? " }' 
http://193.194.84.136:8000/api/ 

Usage

After installing all the requirements, use the next command inside the WeLink application folder:

python manage.py runserver 

and open the application in your browser at 120.0.0.1:8000