私は OpenRefine 2.6 Beta 1 をリリース以来問題なく使用しており、その後は次の調整サービスを使用しています。
http://reconcile.freebaseapps.com/reconcile
しかし、過去の有料日数では、すべてを使用できませんでした。URL にアクセスすると、次のようになります。
http://reconcile.freebaseapps.com/
複数のクエリを入力します。
{
"query": "Ford",
"type": "/people/person",
"properties": [
{
"pid": "/people/person/place_of_birth",
"v": "Detroit"
}
]
}
私は得る:
{
"result": [
{
"id": "/m/0j8pb6y",
"name": "Ford",
"type": [
{
"id": "/people/person",
"name": "Person"
},
{
"id": "/common/topic",
"name": "Topic"
},
{
"id": "/geography/mountaineer",
"name": "Mountaineer"
}
],
"notable": [],
"score": 1.1546246,
"match": false
},
{
"id": "/m/01vd3gv",
"name": "Ford",
"type": [
{
"id": "/common/topic",
"name": "Topic"
},
{
"id": "/music/artist",
"name": "Musical Artist"
}
],
"notable": [],
"score": 1.0330245999999998,
"match": false
},
{
"id": "/m/0cmdhzt",
"name": "James Meredith",
"type": [
{
"id": "/common/topic",
"name": "Topic"
},
{
"id": "/people/person",
"name": "Person"
},
{
"id": "/military/military_person",
"name": "Military Person"
},
{
"id": "/people/deceased_person",
"name": "Deceased Person"
}
],
"notable": [],
"score": 0.0681692,
"match": false
}
],
"duration": 369
}
しかし、単純なクエリを試してみると:
{
"query": "Ford"
}
私は得る:
Status: error Error:undefined
調整サービスで何が起こっているかについての洞察はありますか? freebaseapps.com の代わりに使用できる他のサービスはありますか?
ありがとう