Klebert-Engineering / deep-spell-9

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

Discriminator network for category determination #6

Closed josephbirkner closed 7 years ago

josephbirkner commented 7 years ago

Currently, the DSLstmPredictor only consists of a an Extrapolator Network, which takes a full Featureset (Sequence of characters+categories) as input. However, to enable free autocompletion, a second network is needed to predict token categories from a string.

josephbirkner commented 7 years ago

Implemented with 9e58ffe7dc05784720e689e45fe222fff11c5c62