Hi,
I found that ca.ualberta.entitylinking.graph.DirectedGraph depends on es.yrbcn.graph.weighted.WeightedBVGraph and WeightedBVGraph has trouble with initializing a logger:
$ java -cp $CP ca.ualberta.entitylinking.graph.DirectedGraph el.config tmp/pageLinkGraph.aggregated
Exception in thread "main" java.lang.NoSuchMethodError: it.unimi.dsi.Util.getLogger(Ljava/lang/Class;)Lorg/apache/log4j/Logger;
at es.yrbcn.graph.weighted.WeightedBVGraph.<clinit>(WeightedBVGraph.java:71)
at ca.ualberta.entitylinking.graph.WeightedGraph.writeGraph(WeightedGraph.java:62)
at ca.ualberta.entitylinking.graph.DirectedGraph.storeGraph(DirectedGraph.java:92)
at ca.ualberta.entitylinking.graph.DirectedGraph.main(DirectedGraph.java:243)
Cheers,
Hi,
I found that
ca.ualberta.entitylinking.graph.DirectedGraphdepends ones.yrbcn.graph.weighted.WeightedBVGraphandWeightedBVGraphhas trouble with initializing a logger:Cheers,