Skip to content

predict_currword() doesn't return expected results #5

@whitebread

Description

@whitebread
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)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions