Liking cljdoc? Tell your friends :D

ashikasoft/jdict

Clojars Project

Clojure implementation of Ashikasoft Japanese Dictionary, running http://www.ashikasoft.com Note: this program was ported from an old version of java and may contain non-idiomatic code. Do not use this as a coding style guide.

Usage

Load the data directory and then look up the word (Roman, Kana or Kanji)

(def dict (load-data-dir "~/japanese_dict/assets"))
(lookup dict "tsukue")

License

Copyright © 2017 Kean Santos

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation? These fine people already did:
keansant & kbsant
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close