JMdictWord: {
    id: string;
    kana: JMdictKana[];
    kanji: JMdictKanji[];
    sense: JMdictSense[];
}

JMdict entry/word

Type declaration

  • id: string

    Unique identifier of an entry

  • kana: JMdictKana[]

    Kana-only writings of words. If a kanji is also present, these can be considered as "readings", but there are words written with kana only.

  • kanji: JMdictKanji[]

    Kanji (and other non-kana) writings. Note that some words are only spelled with kana, so this may be empty.

  • sense: JMdictSense[]

    Senses = translations + some related data

Generated using TypeDoc