Skip to content

Instantly share code, notes, and snippets.

@duanebester
Created January 3, 2020 16:53
Show Gist options
  • Save duanebester/b567726111c32df4b6ab31452125ff17 to your computer and use it in GitHub Desktop.
Save duanebester/b567726111c32df4b6ab31452125ff17 to your computer and use it in GitHub Desktop.
Spell Check Trait
trait Spell {
import com.atlascopco.hunspell.Hunspell
lazy val speller = new Hunspell("src/main/resources/en_US.dic", "src/main/resources/en_US.aff")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment