Docs: https://hexdocs.pm/chinese_dictionary.
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
Docs: https://hexdocs.pm/chinese_dictionary.
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