Entitypedia is an Extended Named Entity Dictionary from Wikipedia.
In this short tutorial, we introduce Entitypedia API.
{
"text": "東京",
"type": "prefix"
}
{
"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.