Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "types/Word"

Index

Type aliases

Type aliases

Word

Word: { compound1: string; compound2: string; compound3: string; conjugation: string; inflection: string; lexical: Lexical; original: string; pronunciation?: string; reading: string; surface: string }

Word type.

Type declaration

  • compound1: string

    品詞細分類1

  • compound2: string

    品詞細分類2

  • compound3: string

    品詞細分類3

  • conjugation: string

    活用型

  • inflection: string

    活用形

  • lexical: Lexical

    品詞

  • original: string

    原型

  • Optional pronunciation?: string

    発音

  • reading: string

    読み

  • surface: string

    表層系

Generated using TypeDoc