.
This commit is contained in:
parent
22aa0e39b6
commit
cfb9438932
28
kanjidic.go
28
kanjidic.go
@ -98,8 +98,32 @@ func kanjidicExportDb(inputPath, outputDir, title string, stride int, pretty boo
|
||||
}
|
||||
|
||||
tagMeta := map[string]dbTagMeta{
|
||||
"jouyou": {Notes: "included in list of regular-use characters", Category: "frequent", Order: -5},
|
||||
"jinmeiyou": {Notes: "included in list of characters for use in personal names", Category: "frequent", Order: -5},
|
||||
"jouyou": {Notes: "included in list of regular-use characters", Category: "frequent", Order: -5},
|
||||
"jinmeiyou": {Notes: "included in list of characters for use in personal names", Category: "frequent", Order: -5},
|
||||
"nelson_c": {Notes: "Modern Reader's Japanese-English Character Dictionary"},
|
||||
"nelson_n": {Notes: "The New Nelson Japanese-English Character Dictionary"},
|
||||
"halpern_njecd": {Notes: "New Japanese-English Character Dictionary"},
|
||||
"halpern_kkd": {Notes: "Kodansha Kanji Dictionary"},
|
||||
"halpern_kkld": {Notes: "Kanji Learners Dictionary"},
|
||||
"halpern_kkld_2ed": {Notes: "Kanji Learners Dictionary"},
|
||||
"heisig": {Notes: "Remembering The Kanji"},
|
||||
"heisig6": {Notes: "Remembering The Kanji, Sixth Ed."},
|
||||
"gakken": {Notes: "A New Dictionary of Kanji Usage"},
|
||||
"oneill_names": {Notes: "Japanese Names"},
|
||||
"oneill_kk": {Notes: "Essential Kanji"},
|
||||
"moro": {Notes: "Daikanwajiten"},
|
||||
"henshall": {Notes: "A Guide To Remembering Japanese Characters"},
|
||||
"sh_kk": {Notes: "Kanji and Kana"},
|
||||
"sh_kk2": {Notes: "Kanji and Kana"},
|
||||
"sakade": {Notes: "A Guide To Reading and Writing Japanese"},
|
||||
"jf_cards": {Notes: "Japanese Kanji Flashcards"},
|
||||
"henshall3": {Notes: "A Guide To Reading and Writing Japanese"},
|
||||
"tutt_cards": {Notes: "Tuttle Kanji Cards"},
|
||||
"crowley": {Notes: "The Kanji Way to Japanese Language Power"},
|
||||
"kanji_in_context": {Notes: "Kanji in Context"},
|
||||
"busy_people": {Notes: "Japanese For Busy People"},
|
||||
"kodansha_compact": {Notes: "Kodansha Compact Kanji Guide"},
|
||||
"maniette": {Notes: "Les Kanjis dans la tete"},
|
||||
}
|
||||
|
||||
if title == "" {
|
||||
|
Loading…
Reference in New Issue
Block a user