Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MachineLP/TextMatch
/ _predict
Method
_predict
textmatch/core/qa_match.py:23–24 ·
view source on GitHub ↗
(self, words)
Source
from the content-addressed store, hash-verified
21
self.mf.init(words_dict=q_dict, update=True)
22
23
def
_predict(self, words):
24
return
self.mf.predict(words)
25
26
def
predict():
27
pass
Callers
9
train_ngram_tfidf.py
File · 0.45
train_bow.py
File · 0.45
train_tfidf.py
File · 0.45
tf_idf_sklearn_test.py
File · 0.45
ngram_tf_idf_sklearn_test.py
File · 0.45
bow_sklearn_test.py
File · 0.45
predict
Method · 0.45
predict
Method · 0.45
predict
Method · 0.45
Calls
1
predict
Method · 0.45
Tested by
no test coverage detected