Skip to content

Entitypedia is an Extended Named Entity Dictionary from Wikipedia.

License

Notifications You must be signed in to change notification settings

chakki-works/entitypedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entitypedia

Entitypedia is an Extended Named Entity Dictionary from Wikipedia.

Getting started with the API

In this short tutorial, we introduce Entitypedia API.

Request

{
  "text": "東京",
  "type": "prefix"
}

Response

{
  "entities": [
    {
      "entity": "東京都",
      "type": "Location.GPE.Province",
      "uri": "http://ja.dbpedia.org/resource/東京都"
      }
    },
    {
      "entity": "東京テレポート駅",
      "type": "Facility.Line.Station",
      "uri": "http://ja.dbpedia.org/resource/東京テレポート駅"
      }
    },
  ...
  ]
}

Entities would be sorted by their importance.

About

Entitypedia is an Extended Named Entity Dictionary from Wikipedia.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •