prep_noun_modifier
class prep_noun_modifier { %% FIX: PP now attached on N2 <: prep_modifier; node(Root).cat = value(N2); %% node(Foot).bot.adjrestr = value(none|post); %% ** BUG MGCOMP ** ??? %% node Incise not visible in the result Root >> Incise; node Incise : [cat:incise, id:incise, type: std]; node(Incise).top.sync = node(Incise).bot.sync; node(Incise).top.sync = value(-); node(Incise).adjleft = value(atmostone); node(Incise).adjright = value(sync); Incise >> PP; Foot < Incise; desc.dependency = value(dep); }
Ajouter un commentaire