You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
Hi,
I found that
ca.ualberta.entitylinking.graph.DirectedGraph
depends ones.yrbcn.graph.weighted.WeightedBVGraph
andWeightedBVGraph
has trouble with initializing a logger:Cheers,
The text was updated successfully, but these errors were encountered: