Klebert-Engineering / deep-spell-9

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

Add Beginning-Of-Line Token #2

Closed josephbirkner closed 7 years ago

josephbirkner commented 7 years ago

Currently, at least one character must be written before a prediction is made. A hidden Beginning-Of-Line (BOL) character ought to change this behahiour.

josephbirkner commented 7 years ago

Deemed unnecessary - extrapolation from empty string not a pressing use-case.

josephbirkner commented 6 years ago

Note, that a BOL character had been added for the spellcheck network, causing severe growing pains. Closing this issue prematurely was unwise.