User:Jeblad/Inflection

From Meta, a Wikimedia project coordination wiki
{
  "wordclass" : "Some name",
  "regular" : {
    "forms" : [ "variant 1" ], // headers for columns in words
    "words" : [
      [ "Some word" ]
    ],
    "transducer" : {}
  },
  "irregular" : {
    "forms" : [ "variant 1" ], // headers for columns in words
    "words" : [
      [ "Some word", "Some word variant 1" ]
    ]
  }
}

Note that the transducer should return the variants according to forms for regular words. (Is this optimal? One or several transducers?)