https://github.com/ashikasoft/ashikasoft-jdict
A Japanese dictionary in clojure
https://github.com/ashikasoft/ashikasoft-jdict
clojure japanese japanese-language
Last synced: 7 months ago
JSON representation
A Japanese dictionary in clojure
- Host: GitHub
- URL: https://github.com/ashikasoft/ashikasoft-jdict
- Owner: ashikasoft
- License: epl-1.0
- Created: 2017-02-05T00:38:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T00:59:37.000Z (about 4 years ago)
- Last Synced: 2025-10-22T01:51:32.548Z (8 months ago)
- Topics: clojure, japanese, japanese-language
- Language: Clojure
- Homepage: http://www.ashikasoft.com
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ashikasoft/jdict
[](https://clojars.org/ashikasoft/jdict)
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.