我在 Amazon EC2 实例上设置了我自己的 dbpedia 实例:http: //xxxx.compute-1.amazonaws.com
我编写了访问 DBpedia 的代码,如下所示:
annotations = spotlight.annotate('http://spotlight.dbpedia.org/rest/annotate', document, confidence=0.4, support=20)
其中“文档”是一些字符串。我如何把我之前的东西拿下来并在我自己的实例上使用它?
我试图用 替换http://spotlight/dbpedia.org/rest/annotate
,http://xxxx.compute-1.amazonaws.com/rest/annotate
但这是不正确的。
任何帮助将不胜感激!谢谢!