Skip to content

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.

License

Notifications You must be signed in to change notification settings

wissembrdj/welink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published