ChineseDictionary
Docs: https://hexdocs.pm/chinese_dictionary.
How to use
def deps do
[
{:chinese_dictionary, "~> 0.1.1"}
]
endAnd we need to download the sqlite3 dictionary
mix download_dictionaryCheck the hex docs for further instructions