Klebert-Engineering / deep-spell-9

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

Split deepspell module into deepspell.optimization and deepspell.inference #30

Closed josephbirkner closed 6 years ago

josephbirkner commented 6 years ago

Deepspell should be be split into two modules ...

  1. deepspell.optimization
  2. deepspell.inference

... where the classes in deepspell.optimization contain all optimization code, extending the graphs of the classes in deepspell.inference, such that deepspell can be deployed more dynamically.

josephbirkner commented 6 years ago

cfd0ef2