person_on_s

  1. {
  2. %% person nominal may be adjoined to sentence
  3. %% example: Jean, partons !
  4. %% example: Les enfants, que faites vous ?
  5. node N2: [cat: N2, type: subst, id:person_mod, top: [hum: +,sat: +, time: -, wh: -]];
  6. - s_modifier; Seq = Modifier;
  7. node(Root).cat = value(~ N2);
  8. node Seq: [type: sequence];
  9. Seq >> N2;
  10. node(Foot).dummy.cat = value(N2);
  11. node(Incise).ante.adj = value(strict);
  12. node(Incise).post.adj = value(strict);
  13. node(Foot).bot.person = value(1|2);
  14. N2 +
  15. node(Foot).bot.person = value(1),
  16. node(Foot).bot.number = value(pl)
  17. |
  18. node(Foot).bot.person = value(2),
  19. node(Foot).bot.number = value(sg|pl)
  20. ;
  21. node(Root).cat = value(S);
  22. node(Root).adj = value(no);
  23. node(Modifier).que_restr = value(-);
  24. Seq >> Interj;
  25. Interj < N2;
  26. node Interj: [cat:pres, type: coanchor, id: interj, optional: yes, lex: oh];
  27. desc.dummy.modcleft=value(-);
  28. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View