(no title)
markasoftware | 6 months ago
Additionally, a typical spell checker feature is to provide alternative, correct, spellings, rather than just telling you whether a word is correctly spelled.
I bet there's some cool way to do this with zero-knowledge or homomorphic cryptography though!
notpushkin|6 months ago
chuckadams|6 months ago
shakna|6 months ago
But you might still be able to use some frequency sampling to predict the words used, unless those chunks are very very carefully constructed.
Sesse__|6 months ago
The typical use of a Bloom filter is to have it locally as a prefilter, not to send hashes to the server.
account42|6 months ago
The code for which would almost certainly be larger than a fully local dictionary for any human language.
bmacho|6 months ago
I personally don't use that one, for me the red underline is enough.