MCPcopy Index your code
hub / github.com/geekcomputers/Python / train

Function train

AutoComplete_App/frontend.py:5–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def train():
6 sentence = train_entry.get()
7 ac = backend.AutoComplete()
8 ac.train(sentence)
9
10
11def predict_word():

Callers

nothing calls this directly

Calls 2

trainMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected