Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 479 Bytes

SmartType

A spelling correction system for computers.

The application runs in two modes, namely:

  1. InputTextArea class: This provides a simple text editor which can corrects misspellings on the go. The undo hotkey (CTRL + Z) adds words to dictionary as well.

  2. GlobalInput class: This provides reads global text inputs and provides corrections with the Swing window.

Licensing

SmartType is free software, licensed under the Modified BSD License.