prep_s_modifier_ante_no_coma

  1. {
  2. %% sometime, PP at sentence start are not followed by a coma
  3. node(Root).cat = value(S);
  4. node(Root).adjleft = value(no);
  5. Incise < Foot;
  6. node(Incise).adj = value(no);
  7. Root >> start;
  8. start < Incise;
  9. node start : [cat: start_clause, type: subst];
  10. node(Modifier).que_restr = value(-);
  11. desc.dummy.modcleft=value(-);
  12. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View