pnoun
%% Proper nouns <: _pnoun; node(Anchor).cat = value(np); node(Anchor).bot.person = value(3); node(N2).bot.wh = value(-); %% node(N).bot.adjrestr = value(-); %% The NP may be preceded by an optionnal Monsieur, Mmme, .. N2 >> Monsieur; node Monsieur : [cat: title, type: coanchor, optional: yes]; %% Monsieur >> MLex; node MLex : [type: lex, lex: Monsieur]; Monsieur < Anchor; }
Ajouter un commentaire