Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 485 Bytes

File metadata and controls

12 lines (9 loc) · 485 Bytes

Spellchecker example in Kotlin (and Java)

Example of a very simple spellchecker implemented in both Kotlin and Java.

Building

  • 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.