JMnedictKana: {
    appliesToKanji: string[];
    tags: Tag[];
    text: string;
}

Type declaration

  • appliesToKanji: string[]

    List of kanji spellings of this word which this particular kana version applies to. "*" means "all", an empty array means "none". This field is useful for words will multiple kanji variants - some of them may be read differently than others.

  • tags: Tag[]

    Same as JMnedictKanji.tags

  • text: string

    Kana-only writing, may only accidentally contain middle-dot and other punctuation-like characters.

Generated using TypeDoc