【发布时间】:2011-11-17 07:21:00
【问题描述】:
我浏览了整个互联网,但只找到了 this 单个源代码,它似乎将 freebase quad 数据转换为 rdf 三元组。
我使用 tortoiseSVN 检查了这个源代码,并尝试在 Netbeans 7 中运行它(预装了 maven)。我收到以下错误。
Data Transformation module ........................ SUCCESS [3.959s]
data-transformation ............................... SUCCESS [3.467s]
freebaseRDFizer ................................... FAILURE [0.442s]
index ............................................. SKIPPED
util .............................................. SKIPPED
Failed to execute goal on project freebaseRDFizer: Could not resolve dependencies for project com.sj.freebase.data.rdf:freebaseRDFizer:jar:0.1: Failure to find com.sj.freebase:util:jar:1.0-SNAPSHOT in http://freebase-Java.Googlecode.com/svn/repository was cached in the local repository, resolution will not be reattempted until the update interval of freebase-Java has elapsed or updates are forced
我需要找到一种方法来利用 freebase quad dump 来构建一个互联网应用程序。我不想使用他们的 API。请指导我正确的方向。
【问题讨论】:
-
我认为,POM 中的一个简单错字并不是 StackOverflow 问题的恰当理由。