Kanjidic2Misc: {
    frequency: number | null;
    grade: number | null;
    jlptLevel: number | null;
    radicalNames: string[];
    strokeCounts: number[];
    variants: Kanjidic2Variant[];
}

Type declaration

  • frequency: number | null

    The rank of the character based on its frequency. Only first 2,500 most used kanji, based on data of Japanese newspapers.

  • grade: number | null
  • jlptLevel: number | null

    The (former) Japanese Language Proficiency Test (JLPT) level for this kanji. 1 (most advanced) to 4 (most elementary). Some kanji are not listed in JLPT.

    "Note that the JLPT test levels changed in 2010, with a new 5-level system (N1 to N5) being introduced. No official kanji lists are available for the new levels. The new levels are regarded as being similar to the old levels except that the old level 2 is now divided between N2 and N3."

  • radicalNames: string[]

    Human-readable names of radical, if this kanji is also known as a radical for other kanji. Most of the time this list is empty.

  • strokeCounts: number[]

    First value is the right count, the rest are common miscounts

  • variants: Kanjidic2Variant[]

    List of variants of this kanji. "Variants" typically kanji with the same meaning but different shape, e.g. language-specific or simplified versions.

Generated using TypeDoc