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