graphcore-research / kg-topology-toolbox

A Python toolbox to compute topological metrics and statistics for Knowledge Graphs

Home Page:https://graphcore-research.github.io/kg-topology-toolbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KG Topology Toolbox

Continuous integration

A Python toolbox to compute topological metrics and statistics for Knowledge Graphs.

Documentation can be found at https://graphcore-research.github.io/kg-topology-toolbox/

For a walkthrough of the main functionalities, we provide an introductory Jupyter notebook.

Usage

Tested on Ubuntu 20.04, Python >=3.8

To install the kg-topology-toolbox library, run

pip install wheel
pip install git+https://github.com/graphcore-research/kg-topology-toolbox.git

4. Import and use:

from kg_topology_toolbox import KGTopologyToolbox

License

Copyright (c) 2023 Graphcore Ltd. Licensed under the MIT License.

The included code is released under the MIT license (see details of the license).

See notices for dependencies, credits, derived work and further details.

About

A Python toolbox to compute topological metrics and statistics for Knowledge Graphs

https://graphcore-research.github.io/kg-topology-toolbox/

License:MIT License


Languages

Language:Python 100.0%