adj_before_noun
class adj_before_noun { %% no complex AdjP before nouns (no coordination, no PP) %% it is an approximation because some case of adj coord before nouns may be possible <: adj_on_noun; Incise < Foot; %% node(Incise).ante.adj = value(no); node(Incise).bot.incise_kind = value(dash|par); node(AdjP).adj = value(no); desc.@real1 = value(-); desc.@real2 = value(-); node(adj).bot.position = value(ante); node(adj).bot.degree = value(-); %% node(Foot).bot.adjrestr = value(none|ante); node Root : [cat: N]; }
Ajouter un commentaire