JMdictKanji: {
    common: boolean;
    tags: Tag[];
    text: string;
}

Type declaration

  • common: boolean

    true if this particular word is considered common. This field combines all the *_pri fields from original files in a same way as https://jisho.org and other on-line dictionaries do (typically, some words have "common" markers/tags). It gets rid of a bunch of *_pri fields which are not typically used. Words marked with "news1", "ichi1", "spec1", "spec2", "gai1" in the original file are treated as common, which may or may not be true according to other sources.

  • tags: Tag[]

    Tags applicable to this writing

  • text: string

    The word itself, as spelled with any non-kana-only writing. May contain kanji, kana (but not only kana!), and some other characters. Example: "CDプレイヤー" - none of these symbols are kanji, but "CD" is not kana, so it will be in this field. The corresponding kana text will be "シーディープレイヤー", where "シーディー" is how the "CD" is spelled in Japanese kana.

Generated using TypeDoc