Kanjidic2QueryCodeSkip: {
    skipMisclassification: "posn" | "stroke_count" | "stroke_and_posn" | "stroke_diff" | null;
    type: "skip";
    value: string;
}

Special case for query code: skip

See

Kanjidic2QueryCodeNotSkip for non-skip types

Type declaration

  • skipMisclassification: "posn" | "stroke_count" | "stroke_and_posn" | "stroke_diff" | null
    • posn - a mistake in the division of the kanji
    • stroke_count - a mistake in the number of strokes
    • stroke_and_posn - mistakes in both division and strokes
    • stroke_diff - ambiguous stroke counts depending on glyph
  • type: "skip"
    • skip - Halpern's SKIP (System of Kanji Indexing by Patterns) code. The format is n-nn-nn. See the KANJIDIC documentation for a description of the code and restrictions on the commercial use of this data. [P] There are also a number of misclassification codes, indicated by the "skip_misclass" attribute.

    See

    Kanjidic2QueryCodeNotSkip for non-skip types

  • value: string

Generated using TypeDoc