nxontology is a Python library for representing ontologies using a NetworkX graph. Currently, the main area of functionality is computing similarity measures between pairs of nodes.
Our research paper has been accepted to The Web Conference 2024. . ├─ framework.png ├─ get_sub_counts.py ├─ main.py ├─ README.md │ ├─ CTAug │ ├─ evaluate.py │ ├─ model.py │ ├─ preprocess.py │ ├─ utils ...