-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Asterics AAC doesnt default load a dictionary. Why? Because a. It's only relevant for those who need prediction and b. It blows up the server storage as it gets added to the online backup per user. The problem though is that for many people trying it out they expect prediction to work.
Idea 1 (@klues idea):
There should be a question popup if someone without a dictionary imports a gridset with prediction elements to ask if a dictionary should be imported.
This is sound and should be done... But just as I have to get it out of my head - whats the alternative?
Idea 2:
Diff changes to the cloud storage. If you dont ever change your dictionary dont upload it. Then auto load with no warning a dictionary for your locale. Cons: if you dont actually use your locale this is going to get messy.
idea 3:
Overhaul prediction. Only put changes/local frequency changes in a localdb which gets synced. This feels fragile though..
Yes - Idea 1 is the answer I think :)