WenzhengZhang / EntQA

Pytorch implementation of EntQA paper
MIT License
61 stars 12 forks source link

The file in gerbil-SpotWrapNifWS4Test/repository #11

Open Nipers opened 2 years ago

Nipers commented 2 years ago

Dear author, I am trying to run the GERBIL evaluation. In the gerbil-SpotWrapNifWS4Test/pom.xml, I found this: `

local repository file://${project.basedir}/repository ` And when I tried to config experiment, there is an error caused by the missing artifacts in this local repository. The error is as follow: `org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.aksw:gerbil.nif.transfer:jar:1.1.0-SNAPSHOT, org.restlet:org.restlet:jar:2.2.1, org.restlet:org.restlet.ext.servlet:jar:2.2.1: Could not find artifact org.aksw:gerbil.nif.transfer:jar:1.1.0-SNAPSHOT in local repository (file:/data/luxy/EntQA/gerbil-SpotWrapNifWS4Test/repository)` How can I get the artifacts in the local repository?