_pnoun

  1. class _pnoun
  2. {
  3. %% model class for proper nouns and pronouns
  4. %% they allow no adjunction except relatives and PP
  5. <: noun;
  6. N2 >> N;
  7. %% node N : [ cat: N, type: std, bot: [adjrestr: -|post]];
  8. node(N2).bot.time = value(-);
  9. node(N2).bot.hum = node(Anchor).top.hum;
  10. node(N2).bot.sat = value(+);
  11. node(N2).bot.countable = value(-);
  12. %% proper nouns and pronouns are not event nouns (can't be modified as event
  13. %% nouns by s_modifiers)
  14. %% but maybe for 'ce' (to be investigated)
  15. node(N2).bot.semtype = value(~event);
  16. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View