cnoun_as_adv

  1. {
  2. %% time nominals act as adverbs
  3. %% <: cnoun;
  4. %% desc.ht = value([arg0: @emptyarg_fs,arg1: @emptyarg_fs,arg2: @emptyarg_fs]);
  5. node N2: [cat: N2, id:time_mod, type: subst];
  6. node(N2).top.time = value(~ -);
  7. % N2 is seen as an adv with adv_kind=time
  8. node adv: [cat: adv, id: adv, type: std, bot: [adv_kind: time]];
  9. adv >> N2;
  10. - s_modifier; adv = Modifier; node(Foot).dummy.cat = value(adv);
  11. %% arto is not clearly defined
  12. %% in some case, there is no det with arto
  13. N2 +
  14. node(N2).top.sat = value(+),
  15. node(N2).top.time = value(artf|arto)
  16. |
  17. node(N2).top.sat = value(-),
  18. node(N2).top.time = value(artf|arti)
  19. ;
  20. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View