Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 Java API 直接将我的 HTML 文件转换为带 DBpedia 注释的文件吗?我发现了一个相关的问题:
但这是将文本发送到 Web 服务;相反,我需要在本地转换。我怎样才能做到这一点?
您可以使用参数 text 发送 html 内容,例如:
<html><body> Hackers from the Syrian Electronic Army claimed responsibility for re-directing links sent by President Barack Obama to a pro-Assad video</body></html>
例如: http ://spotlight.sztaki.hu:2222/rest/annotate?text=%3Chtml%3E%3Cbody%3E%20Hackers%20from%20the%20Syrian%20Electronic%20Army%20claimed%20responsibility%20for%20re-directing %20links%20sent%20by%20President%20Barack%20Obama%20to%20a%20pro-Assad%20video%3C/body%3E%3C/html%3E
不要忘记使用POST而不是GET!