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.
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")
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 & kbsantEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close