ChineseDictionary

Build StatusHex pm

Docs: https://hexdocs.pm/chinese_dictionary.

How to use

def deps do
  [
    {:chinese_dictionary, "~> 0.1.1"}
  ]
end

And we need to download the sqlite3 dictionary

mix download_dictionary

Check the hex docs for further instructions