Skip to content

rkettelerij/kotlin-java-spellchecker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.