OBJECT

Paradigm

paradigm form of a lemma

link GraphQL Schema definition

  • type Paradigm implements FormInterface {
  • form: String!
  • # is this a split/broken form
  • splitForm: Boolean
  • # groups of grammar information about a form, each group denotes one "use" of the
  • # form
  • grammar: [[GramType!]]
  • lang: LangType!
  • note: Note
  • hyphenation: String
  • preferred: Boolean
  • pronunciation: String
  • # where lies the emphasis in pronunciation
  • stress: String
  • }