cnoun_as_adv_mod

  1. {
  2. %% time nominals may act as time adverb modifier
  3. %% example: hier matin
  4. %% example: demain mardi
  5. node Anchor: [cat: nc, bot: [time: ~-]];
  6. desc.ht = value([arg0: @emptyarg_fs,arg1: @emptyarg_fs,arg2: @emptyarg_fs]);
  7. - x_modifier; Anchor = Modifier;
  8. node Foot: [cat: adv, bot: [ adv_kind: time ]];
  9. node(Root).bot = node(Foot).top;
  10. Foot < Incise;
  11. node(Incise).bot.incise_kind = value(par);
  12. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View