MCPcopy Create free account
hub / github.com/chinawithfrank/ChatBotCourse / get_local_word_id_map

Method get_local_word_id_map

tf_classify_demo/sample_data.py:55–59  ·  view source on GitHub ↗

get_local_word_id_map

(self)

Source from the content-addressed store, hash-verified

53 self.real_group_id_map[value] = int(key)
54
55 def get_local_word_id_map(self):
56 """
57 get_local_word_id_map
58 """
59 return self.local_word_id_map
60
61 def get_local_group_id_map(self):
62 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected