_pnoun
class _pnoun { %% model class for proper nouns and pronouns %% they allow no adjunction except relatives and PP <: noun; N2 >> N; %% node N : [ cat: N, type: std, bot: [adjrestr: -|post]]; node(N2).bot.time = value(-); node(N2).bot.hum = node(Anchor).top.hum; node(N2).bot.sat = value(+); node(N2).bot.countable = value(-); %% proper nouns and pronouns are not event nouns (can't be modified as event %% nouns by s_modifiers) %% but maybe for 'ce' (to be investigated) node(N2).bot.semtype = value(~event); }
Ajouter un commentaire