1

我在http://spotlight.dbpedia.org/rest/编写了一些使用 Lucene 端点的代码。它有效,但我想看看结果与统计端点有何不同。但是,当我尝试将代码中的 URL 更改为http://spotlight.sztaki.hu:2222/rest时,我得到了“Stream Closed”Java IO 异常。代码在其他方面是相同的。

网址从

http://spotlight.dbpedia.org/rest/annotate/?confidence=0.2&support=20&text=<my URL-encoded text>

to 
http://spotlight.sztaki.hu:2222/rest/annotate/?confidence=0.2&support=20&text=<my URL-encoded text>

任何指针将不胜感激。

4

1 回答 1

1

似乎端点当前已关闭。值得在几个小时内尝试,或者您可以非常轻松地设置自己的聚光灯服务器

于 2014-08-14T15:45:50.057 回答