You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A dead simple spell checker that reads words from the /usr/share/dict/words file to check against. It uses a simple trie tree to invalidate possible combinations using prefix search. Right now it o…