JMnedictWord: {
    id: string;
    kana: JMnedictKana[];
    kanji: JMnedictKanji[];
    translation: JMnedictTranslation[];
}

JMdict entry/word

Type declaration

  • id: string

    Unique identifier of an entry

  • kana: JMnedictKana[]

    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: JMnedictKanji[]

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

  • translation: JMnedictTranslation[]

    Translations + some related data

Generated using TypeDoc