DBPedia Spotlight 仍然可用吗?
Is DBPedia Spotlight still available?
我在玩 NER of some texts, and came along DBPedia Spotlight。
然而,
- 网站:http://spotlight.dbpedia.org/ 无法访问
- 2 演示:http://dbpedia-spotlight.github.io/demo/ and http://spotlight.dbpedia.org/demo/ 似乎不起作用
- 提供的示例url:http://spotlight.dbpedia.org/rest/spot/?text=Berlin&spotter=LingPipeSpotter%E2%80%99 也不起作用
那么这项服务还可用吗?
有没有其他选择(我想从 PHP 访问它)?
我刚得知这台机器坏了。您可以使用 http://spotlight.sztaki.hu:2222/rest
下的那个
你可以这样卷曲它:
curl "http://spotlight.sztaki.hu:2222/rest/annotate?text=Michelle%20Obama%20called%20Thursday%20on%20Congress%20to%20extend%20a%20tax%20break%20for%20students%20included%20in%20last%20year%27s%20economic%20stimulus%20package,%20arguing%20that%20the%20policy%20provides%20more%20generous%20assistance.&confidence=0.2&support=20" -H "Accept:application/json"
我在玩 NER of some texts, and came along DBPedia Spotlight。
然而,
- 网站:http://spotlight.dbpedia.org/ 无法访问
- 2 演示:http://dbpedia-spotlight.github.io/demo/ and http://spotlight.dbpedia.org/demo/ 似乎不起作用
- 提供的示例url:http://spotlight.dbpedia.org/rest/spot/?text=Berlin&spotter=LingPipeSpotter%E2%80%99 也不起作用
那么这项服务还可用吗?
有没有其他选择(我想从 PHP 访问它)?
我刚得知这台机器坏了。您可以使用 http://spotlight.sztaki.hu:2222/rest
下的那个你可以这样卷曲它:
curl "http://spotlight.sztaki.hu:2222/rest/annotate?text=Michelle%20Obama%20called%20Thursday%20on%20Congress%20to%20extend%20a%20tax%20break%20for%20students%20included%20in%20last%20year%27s%20economic%20stimulus%20package,%20arguing%20that%20the%20policy%20provides%20more%20generous%20assistance.&confidence=0.2&support=20" -H "Accept:application/json"