User avatar
🇨🇦Samuel Proulx🇨🇦 @fastfinge@interfree.ca
2d
@ktneely They're probably using en_US.dic. The problem is that new words never get added to it, and the algorithm they're using to detect spelling errors hasn't been updated since forever. Probably Levenshtein distance or something. Why bother doing any better for offline users when the online ones can just use an LLM? "Levenshtein" is a good example, actually. It's a spelling error if I'm offline, but not if I'm online. I assume it has some kind of online names database or something. That shouldn't need to be online, but they have no incentive to make it work offline.