Class: KLookup::Database::Unihan

Inherits:
KLookup::Database show all
Includes:
Singleton
Defined in:
lib/klookup/database_unihan.rb

Overview

A singleton class to access Unihan.txt.

Instance Method Summary collapse

Methods inherited from KLookup::Database

open_resource, resource_path

Instance Method Details

#get_kanji(strokes, *args) ⇒ Object



58
59
# File 'lib/klookup/database_unihan.rb', line 58

def get_kanji(strokes, *args)
end

#get_kanji_strokes(*args) ⇒ Object



62
63
# File 'lib/klookup/database_unihan.rb', line 62

def get_kanji_strokes(*args)
end

#get_meaning(*args) ⇒ Object



68
69
# File 'lib/klookup/database_unihan.rb', line 68

def get_meaning(*args)
end

#get_radical_strokes(*args) ⇒ Object



60
61
# File 'lib/klookup/database_unihan.rb', line 60

def get_radical_strokes(*args)
end

#get_radicals(*args) ⇒ Object



64
65
# File 'lib/klookup/database_unihan.rb', line 64

def get_radicals(*args)
end

#get_reading(*args) ⇒ Object



66
67
# File 'lib/klookup/database_unihan.rb', line 66

def get_reading(*args)
end

#is_kanji?(*args) ⇒ Boolean

Returns:

  • (Boolean)


70
71
# File 'lib/klookup/database_unihan.rb', line 70

def is_kanji?(*args)
end

#is_radical?(*args) ⇒ Boolean

Returns:

  • (Boolean)


72
73
# File 'lib/klookup/database_unihan.rb', line 72

def is_radical?(*args)
end

#radicals_by_strokesObject



56
57
# File 'lib/klookup/database_unihan.rb', line 56

def radicals_by_strokes
end

#stroke_count_list(*args) ⇒ Object



54
55
# File 'lib/klookup/database_unihan.rb', line 54

def stroke_count_list(*args)
end