##### example models.train_models('hello there this is a test') ##### this should output **('is',1)** print(autocomplete.predict_currword('this',top_n=3)) ##### actual output ##### [('this', 1)]
example
models.train_models('hello there this is a test')
this should output ('is',1)
print(autocomplete.predict_currword('this',top_n=3))
actual output
[('this', 1)]