Skip to content

Semantic type recommendation API that retrieves semantically similar types

Notifications You must be signed in to change notification settings

machines-reading-maps/semantic-type-recommendation-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Type Recommendation API

Semantic type recommendation API is developed based on Flask web framework.

Installation

  1. Clone this repository
$ git clone https://github.com/machines-reading-maps/entity-recommendation-api.git

Configure port number in Dockerfile and app.py before installing docker image

  1. Build docker image
$ cd entity-recommendation-api/
$ docker build -t entity-recommendation-api .
  1. Download word vectors trained on Wikipedia using fastText
$ cd data/
$ wget https://dl.fbaipublicfiles.com/fasttext/vectors-wiki/wiki.en.zip
$ unzip wiki.en.zip

Querying the API

About

Semantic type recommendation API that retrieves semantically similar types

Resources

Stars

Watchers

Forks