Type alias Kanjidic2QueryCodeNotSkip

Kanjidic2QueryCodeNotSkip: {
    skipMisclassification: null;
    type: "sh_desc" | "four_corner" | "deroo" | "misclass";
    value: string;
}

Type declaration

  • skipMisclassification: null
  • type: "sh_desc" | "four_corner" | "deroo" | "misclass"
    • skip - See Kanjidic2QueryCodeSkip
    • sh_desc - the descriptor codes for The Kanji Dictionary (Tuttle 1996) by Spahn and Hadamitzky. They are in the form nxnn.n, e.g. 3k11.2, where the kanji has 3 strokes in the identifying radical, it is radical "k" in the SH classification system, there are 11 other strokes, and it is the 2nd kanji in the 3k11 sequence. [I]
    • four_corner - the "Four Corner" code for the kanji. This is a code invented by Wang Chen in 1928. See the KANJIDIC documentation for an overview of the Four Corner System. [Q]
    • deroo - the codes developed by the late Father Joseph De Roo, and published in his book "2001 Kanji" (Bonjinsha). Fr De Roo gave his permission for these codes to be included. [DR]
    • misclass - a possible misclassification of the kanji according to one of the code types. (See the "Z" codes in the KANJIDIC documentation for more details.)

    'skip' type is excluded on purpose

    See

    Kanjidic2QueryCodeSkip for 'skip' type

  • value: string

Generated using TypeDoc