rshchekotov / whats-this

Text Classification Tool
GNU General Public License v3.0
1 stars 0 forks source link

Save and load dictionary/point clouds #8

Closed rshchekotov closed 1 year ago

rshchekotov commented 1 year ago

Allow the User to save their models to a file and load them back up. Suggestion to differentiate between two formats:

I think giving the user the choice here would be the smartest and then save one as a model.wts (What's This Sources) and the other as model.wtm (What's This Model)

rshchekotov commented 1 year ago

Started initial work on in-memory "hard-coded" loader in 60b9c0bc8b94a62896e794ea48024be2db53253f

rshchekotov commented 1 year ago

Part of this is being handled in #11 other than that, most of it has been implemented already, so this will be closed for now - further development may mention this issue, but should ideally be more concise self-contained tickets.