MCPcopy 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_bow.pyFile · 0.45
train_tfidf.pyFile · 0.45
predictMethod · 0.45
predictMethod · 0.45
predictMethod · 0.45

Calls 1

predictMethod · 0.45

Tested by

no test coverage detected