What is Spell Checker ?

Spell Checker is a Windows Application that checks your spelling for common mistakes.

The Application works in the background as you type. Once it finds a mistake in your typing, 

it will notify you with correct form and, if available, a description that explains grammar rule.


 

 

 


 

Download : Spell Checker ALPHA : Release 1


 

REQUIREMENTS :

OS : Windows Vista, 7, 8, 8.1 or 10

.NET Framework : 4.0 


 

FAQ

Q : Do you keep history of what I type somewhere ?

A : No. As you type, each keystroke is processed immediately. 

This means that application does not store anywhere whole words as you type, 
but instead it uses current keystroke only. Application doesn't even keep your
last keystroke anywhere.

Q : What about user statistics data ?

A :  Only saved data in statistics file is mistyped word with number of mistypes.

This means that application doesn't keep any data related to typing.
Once you make typo app simply adds word to statistics file database.
If word already exists, amount of mistypes increases by one.
No other data is saved.
This data is encrypted anyway, to prevent users from tempering with it.

Q: Can Spell Checker be used as grammar checker for sentences ?

A: No. Simply, this application was designed to warn you for most common mistakes.

This means that application has no ways of checking your sentences for mistakes. 
It works by processing char input from your keyboard and only triggers if you
write wrong word that exists in database. However, using dictionary to predict words 
and mistakes is already planed feature.