Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MachineLP/TextMatch
/ predict
Method
predict
textmatch/core/text_embedding.py:32–33 ·
view source on GitHub ↗
(self, words, word_id=None)
Source
from the content-addressed store, hash-verified
30
self.mf.init(words_dict=words_dict, update=update)
31
32
def
predict(self, words, word_id=None):
33
return
self.mf.predict_emb(words, word_id)
34
35
36
Callers
nothing calls this directly
Calls
1
predict_emb
Method · 0.45
Tested by
no test coverage detected