Kottakji / chinese_dictionary

Chinese dictionary in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Chinese dictionary in Elixir


Languages

Language:Elixir 100.0%