!!!Dictionary tech meeting Agenda: * homonymy entries ** how to generate the correct paradigm * How to parametrise (what? make?) on the lg/dic level * make a transducer containing all the dictionary entries * improvement timetable !!!Homonymy entries It has been solved in sme. How? Now: adding special tags (xml node attribute) after the lemma. This attribute is added to the lexc entry, which ties the transducer to the specific lemma in the dictionary. !!Systematic homonomy Example: Textword ''lohkki'' is ambiguous: |   | Nom | Gen | Norwegian | 1. | lohkki | lohki | lokk | 2. | lohkki | lohkki | lesar We want to generate both paradigms, and bind each to the correct lexical entry. xml: {{{ 1. 2. }}} All actors follow the same pattern. To generate the corresponding paradigms: * lohkki+n+actor+sg+n * lohkki+n+sg+n The corresponding xml entries looks like: {{{ 1. lohkki lohkit lokk 2. lohkki leser }}} We introduce the @subclass to denote inflectional subclasses, like proper nouns, actor inflection like the above !!Random homonymy In * rett, rettar %[[domstol%] (germ. a-stem ) * rett, retter %[[matrett%] (germ. i-stem) {{{ rett lohkit domstol 2. rett matrett }}} Here we use the inflection class as subclacc. That should uniquely identify the correct paradigm. !!!Improvement timetable Friday 20.3. Then subversion. !!!How to parametrise (what? make?) on the lg/dic level !!!Make a transducer containing all the dictionary entries