【发布时间】:2014-08-14 13:37:26
【问题描述】:
我在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>
任何指针将不胜感激。
【问题讨论】: