我编写了一些在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>
任何指针都会非常感激。
答案 0 :(得分:1)
似乎端点目前已关闭。 值得在几个小时内尝试,或者您可以非常轻松地设置自己的聚光灯服务器