paco xander nathan
paco xander nathan
Hi @Ankush-Chander, good point! The way I described it above, moving from RDF => `pgmpy` wouldn't work directly, and there's not standard representation. What I should have described better: 1....
Wonderful, thank you @Ankush-Chander ! Now I get to wrangle with some RDF representation, hopefully with not too much reification required :)
Excellent, that's great @Mec-iS ! Also, we can instrument for performance analysis when running these SPARQL test suite features: - timing (`time.time()`) - statistical call stack trace (`pyinstrument`) - memory...
While we're working on TextRank-meets-KG, it's probably a good time to consider: * *fact checking* with triples in [`DeFactoNLP`](https://github.com/DeFacto/DeFactoNLP) * *evidence retrieval* with See also: *fact extraction* in
Hi @jli113 this look interesting. For our library use overall, we're supporting more integrations for visualization than `pyvis` so the approach would need to be generalized. The code shown above...
Thank you @colinmegill! Would it help to accelerate the `leiden` algorithm on GPUs? There's an impl in the RAPIDS version of `networkx`
It's quite specific, so this seems more like an example at the application layer, instead of being part of the library itself. In that case, it would be better to...
One integration path for neo4j would be to export: - as RDF: - as GraphML:
Awesome @gauravjaglan! This is trending as one of the top requests for graph DB integration, within our ongoing feature survey:
Thank you @gauravjaglan - Is this the branch and code module here? Looks good! I see the sample usage too. One question: what's a simple way to set up a...