Marvin responds to messages giving dictionary definitions, corrected spelling, and some translations.
Message format: @paranoidandroid:
format: d gives definiton of word d s gives definition of suggested correct word if wrong spelling t lang-from lang-to gives definiton and translation of word
Modularised. Definitions postprocessed slightly.
If available in Hex, the package can be installed as:
- Add
marvinto your list of dependencies inmix.exs:
def deps do
[{:marvin, "~> 0.1.0"}]
end- Ensure
marvinis started before your application:
def application do
[applications: [:marvin]]
end