View Source CredoSpellchecker.DictionaryReader (credo_spellchecker v0.1.6)

Reads dictionary files.

Returns the dictionary for The language defined by the language_code option The user dictionary defined by the user_dictionary option The elixir specific dictionary in priv/dictionary/elixir.list

Most dictionaries are taken from http://app.aspell.net/create and are in a tar.gz format provided by that site.

Summary

Functions

Link to this function

dictionary_from_location(file_location)

View Source
Link to this function

elixir_dictionary(params)

View Source
Link to this function

language_dictionary(params)

View Source
Link to this function

priv_dictionary_file(name)

View Source