Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 594 Bytes

ChineseDictionary

Build Status Hex 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