PP_or_CS_coord_block

  1. {
  2. node Alt: [type: alternative, id: $id];
  3. Alt >> PP;
  4. node PP: [type: subst, cat:PP, id: $id];
  5. Alt >> CS;
  6. node CS: [type: subst, cat:CS, id: $id, bot: [que: ~que]];
  7. PP < CS;
  8. Alt >> SRel;
  9. CS < SRel;
  10. node SRel: [cat:S, id: $id, type:subst, top:[sat: -,
  11. mode: conditional|subjonctive|indicative,
  12. extraction: rel,
  13. xarg: [trace: -, case: ~quemod]
  14. ]
  15. ];
  16. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View