paco xander nathan
paco xander nathan
Thank you @chikubee that's a good catch. The `README.md` describes one of the motivations for this project as *entity linking* although those features are a WIP. That has been explored...
FYI, here are some more related notes and discussion with introduction to [`kglab`](https://github.com/DerwenAI/kglab) which is intended to provide this kind of KG support in PyTextRank. To your point above @chikubee...
Thank you @cknoll, I've just added a PR for `kglab` You may also want to check the list we've been curating of "Similar Projects": Also, we'll make links back into
It probably makes more sense to integrated with the Python bindings for [GraphFrames](https://graphframes.github.io/graphframes/docs/_site/user-guide.html) than with Spark/GraphX directly. See Xiangrui's comments 5 yrs ago in - https://github.com/graphframes/graphframes We could easily build...
Would be great to have some BSP capabilities (e.g., Pregel-ish in GraphX/GraphFrames) also there's no direct need for Spark integration. Using Parquet for high-performance ETL from Spark workflows feeding into...
It's probably a good idea to add a [*linked data fragments*](https://linkeddatafragments.org/) client along with this wrapperm, to help manage the trade-off between high server costs and high client costs. For...
@torito1984 I hope all's going well -- be safe. We're also escalating lockdown ("stay-at-home" orders) in N Cal.
Bokay, well, this (RDFlib distributed store using Ray on K8s) has been done on another project for a project in industry. Working out details of releasing that as open source.
I'm working with colleagues at NVIDIA and also other partners for better integration/testing/support of GPU-acceleration in `kglab`. This is an issue where we can collect what's needed for priorities in...
Thank you @Ankush-Chander! Here's an idea, if this seems reasonable as an approach? There are several kinds of modeling, sampling, and inference implemented by [`pgmpy`](https://pgmpy.org/), although probably our shortest path...