Guillaume Laisney
Guillaume Laisney
Hi, I suggest adding a checkSigns() call in this method, else it has no direct effect. public void setDirection(boolean reversed){ this.reversed=reversed; checkSigns(); } Guillaume
Changed PropertyUsage.Voidify and Used_Classes.Voidify in order to replace the coma by a semi-colon at the end of enumerations
Hello, First of all, thanks for all the fantastic work done by the Sansa developers ! I'm currently using RDFStatistics.voidify on big graphs it's very cool, but I've come across...
Loading the taxonomy graph hereafter as an RDD[Triple], then converting it in GraphX format with myRdd.asGraph() or constructGraph(myRdd) leads to an incorrect result. https://github.com/obophenotype/ncbitaxon/releases/download/v2024-05-08/ncbitaxon.owl Workaround : use myRdd.asHashedGraph or constructHashedGraph(myRdd)...
Hi, First of all, I'm currently using version 0.9.0, so maybe the problem has already been solved. Here is my issue : I have to explore the MeSH RDF graph...
Hi, I suggest making the "make distjar" command build a _shaded_ jar by default, using the "relocate" maven profile. (had a bad time finding why Guava 14.0 is used in...
Hi, I think I've found a problem with saveAsNTriplesFile : URIs with a very common namespace (like http:// www. w3.org/ 1999/ 02/ 22-rdf-syntax-ns#) are abbreviated, so the written N-Triples files...