Botfuel v0.1.0 Botfuel.Spellcheck View Source

Link to this section Summary

Link to this section Types

Link to this type correction() View Source
correction() :: map()
Link to this type t() View Source
t() :: %Botfuel.Spellcheck{
  correct_sentence: String.t(),
  correct_words: [String.t()],
  original_sentence: String.t(),
  original_words: [String.t()],
  possible_corrections: [correction()],
  sentence_template: String.t()
}