Klebert-Engineering / deep-spell-9

Neural Spellcheck, Autocomplete and Fuzzy-match for SQLite FTS5 🤖
MIT License
2 stars 0 forks source link

Add completion precision @k prefix length, @n suggestions #20

Closed josephbirkner closed 7 years ago

josephbirkner commented 7 years ago

Currently, completion is evaluated against randomly cut-off postfixes, where|prefix| > 2, but otherwise unbound. In order to provide a more informative metric for completion evaluation that also takes the new multi-suggestion capabilities into account, it would be preferencial to measure the postfix quality for fixed prefix lengths of 1 through 5 characters, within the first three completion results.

josephbirkner commented 7 years ago

efb54dd