API DocumentationΒΆ

This is the API documentation for sylloge.

Datasets

sylloge.MovieGraphBenchmark

Class containing the movie graph benchmark.

sylloge.OpenEA

Class containing the OpenEA dataset family.

sylloge.OAEI

The OAEI (Ontology Alignment Evaluation Initiative) Knowledge Graph Track tasks contain graphs created from fandom wikis.

sylloge.MED_BBK

Class containing the MED-BBK dataset.

Base

sylloge.base.TrainTestValSplit

Dataclass holding split of gold standard entity links.

sylloge.base.MultiSourceEADataset

Dataset class holding information of the alignment class.

sylloge.base.ParquetEADataset

Dataset class holding information of the alignment task.

sylloge.base.CacheableEADataset

sylloge.base.ZipEADataset

Dataset created from zip file which is downloaded.

sylloge.base.ZipEADatasetWithPreSplitFolds

Dataset with pre-split folds created from zip file which is downloaded.

sylloge.base.BinaryEADataset

Binary class to get left and right triples easier.

sylloge.base.BinaryParquetEADataset

Binary version of ParquetEADataset.

sylloge.base.BinaryCacheableEADataset

Binary version of CacheableEADataset.

sylloge.base.BinaryZipEADataset

Binary version of ZipEADataset.

sylloge.base.BinaryZipEADatasetWithPreSplitFolds

Binary version of ZipEADataset.

IdMapped

sylloge.id_mapped.IdMappedTrainTestValSplit

Dataclass holding split of gold standard entity links.

sylloge.id_mapped.IdMappedEADataset

Dataclass holding information of the alignment class with mapping of string to numerical id.