MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / alias2entity_preprocess

Method alias2entity_preprocess

python/graphvite/dataset.py:735–736  ·  view source on GitHub ↗
(self, save_file)

Source from the content-addressed store, hash-verified

733 return alias2object
734
735 def alias2entity_preprocess(self, save_file):
736 return self.load_alias(self.entity)
737
738 def alias2relation_preprocess(self, save_file):
739 return self.load_alias(self.relation)

Callers

nothing calls this directly

Calls 1

load_aliasMethod · 0.95

Tested by

no test coverage detected