sefeoglu / ODS_project_student

A new ontology matcher.
GNU General Public License v3.0
0 stars 2 forks source link

Random Walk Integration and Remove unnecessary codes coming from SORBET #6

Closed sefeoglu closed 9 months ago

sefeoglu commented 11 months ago

Hi,

The code for the random walk, can be found at: https://github.com/Lama-West/SORBET_ISWC23/blob/main/src/batch_loaders/random_walk.py

The Random walks are used in SEBMatcher's batch loaders here: https://github.com/Lama-West/SORBET_ISWC23/blob/main/src/batch_loaders/MLM_batch_loader.py#35 and here: https://github.com/Lama-West/SORBET_ISWC23/blob/main/src/batch_loaders/pair_alignment_batch_loader.py#L24