Project

ruby-jdict

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby gem for accessing Jim Breen's Japanese dictionaries
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 12.3
~> 3.8

Runtime

~> 1.10
~> 1.0
 Project Readme

Ruby-JDict

Ruby gem for accessing Jim Breen's Japanese dictionaries. Can currently access the following:

  • JMdict (Japanese-English dictionary)

Note: For the moment, uses SQLite (via amalgalite) for data storage. Not intended to be scalable.

Install

gem install ruby-jdict

Usage

See this example for basic usage.

Issues

  • The code for inserting Entry objects into the database is horrible. Should create multiple tables for each datatype instead of a single table for all datatypes.
  • Some routines need to be generalized to allow for the usage of dictionaries besides JMDict (like Tatoeba or KANJIDIC).
  • Many functions are getting too large/unreadable.