# This file is for creating Polderland PLX entries for default adjective # singular genetive compounds. It composes a transducer that contains adjectives # which are tagged with explicit compounding override. Entries with default # singular genetive or default compounding and singular genetive compound tagging # are included. Entries with positional tags are excluded. These get PLX tag # GaBO and NIEX,NtPABI with hyphen. [ $[ %+CmpN%/DefSgGen ?* %+A %+SgGenCmp ] # explicit override | $[ %+CmpN%/Def ?* %+A %+SgGenCmp ] # explicit override & [ [ $[ %+A ?* %+SgGenCmp ?* %+SgGenCmp ] | $[ %+V ?* %+SgGenCmp ?* %+SgGenCmp ] | $[ %+N ?* %+SgGenCmp ?* %+SgGenCmp ] ] ] & ~$[ %+CmpN%/None ] & ~$[ %+CmpN%/First ] & ~$[ %+CmpN%/Last ] & ~$[ %+CmpN%/Only ] ];