Kanjidic2Reading: {
    onType: string | null;
    status: string | null;
    type: "pinyin" | "korean_r" | "korean_h" | "vietnam" | "ja_on" | "ja_kun";
    value: string;
}

Type declaration

  • onType: string | null

    Indicates the type of on-reading: "kan", "go", "tou" or "kan'you". Currently not used.

  • status: string | null

    "jy" indicates the reading is approved for a "Jouyou kanji" Currently not used.

  • type: "pinyin" | "korean_r" | "korean_h" | "vietnam" | "ja_on" | "ja_kun"
    • pinyin - the modern PinYin romanization of the Chinese reading of the kanji. The tones are represented by a concluding digit. [Y]
    • korean_r - the romanized form of the Korean reading(s) of the kanji. The readings are in the (Republic of Korea) Ministry of Education style of romanization. [W]
    • korean_h - the Korean reading(s) of the kanji in hangul.
    • vietnam - the Vietnamese readings supplied by Minh Chau Pham.
    • ja_on - the "on" Japanese reading of the kanji, in katakana. Another attribute r_status, if present, will indicate with a value of "jy" whether the reading is approved for a "Jouyou kanji". (The r_status attribute is not currently used.) A further attribute on_type, if present, will indicate with a value of kan, go, tou or kan'you the type of on-reading. (The on_type attribute is not currently used.)
    • ja_kun - the "kun" Japanese reading of the kanji, usually in hiragana. Where relevant the okurigana is also included separated by a "." (dot). Readings associated with prefixes and suffixes are marked with a "-" (minus/hyphen). A second attribute r_status, if present, will indicate with a value of "jy" whether the reading is approved for a "Jouyou kanji". (The r_status attribute is not currently used.)
  • value: string

Generated using TypeDoc