我已經看遍了整個互聯網,但只發現了this單個源代碼,似乎將Freebase四元數據轉換爲rdf三元組。需要弄清楚freebase quad的這個源代碼rdfize
我使用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
我需要做的是找出一種方法,利用遊離鹼四轉儲構建互聯網應用。我不想使用他們的API。請指導我正確的方向。
POM中的一個簡單的輸入錯誤並不是真正適合StackOverflow問題的理由,我的看法。 –