MCPcopy Create free account
hub / github.com/DataArcTech/ToG / all_unknown_entity

Function all_unknown_entity

ToG/utils.py:135–136  ·  view source on GitHub ↗
(entity_candidates)

Source from the content-addressed store, hash-verified

133
134
135def all_unknown_entity(entity_candidates):
136 return all(candidate == "UnName_Entity" for candidate in entity_candidates)
137
138
139def del_unknown_entity(entity_candidates):

Callers 1

entity_scoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected