Project

daijisen

0.0
No commit activity in last 3 years
No release in over 3 years
A simple scraper tool for the Yahoo Japanese to Japanese Daijisen Dictionary
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

daijisen

why

My Japanese professor wanted a web app that could quickly find japanese-to-japanese definitions using Yahoo's daijisen dictionary.

installation

gem install daijisen

usage

Pass some furigana to a new daijisen query object

query = Daijisen::Query.new("漢字")

You will now have access to a list of readings, examples, and links to specific definitions

query.defs[0].link
query.defs[0].reading
query.defs[0].example

頑張って