Example of a very simple spellchecker implemented in both Kotlin and Java.
- Install the Kotlin plugin in IntelliJ IDEA 11
- Clone this repo, and import in IntelliJ
- Run the KotlinSpellChecker program.
- NOTE: the code assumes you're running *nix, you need a /usr/share/dict/words file.