com.lucidchart

aspell

package aspell

Visibility
  1. Public
  2. All

Type Members

  1. case class WordSuggestions(word: String, valid: Boolean, suggestions: Array[String]) extends Product with Serializable

    Case class representation of the result sent back from the aspell library.

    Case class representation of the result sent back from the aspell library.

    word

    the word that was checked

    valid

    whether or not the word was correctly spelled

    suggestions

    if the word is not valid, this array will contain suggested spellings

Value Members

  1. object Aspell

    The Aspell object provides the public interface for the lucid-aspell library.

    The Aspell object provides the public interface for the lucid-aspell library. It loads the native library and has a method to check the spelling on a word.

  2. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

Ungrouped