full_agreement
%% Generic class to add agreement equations father(N).bot.number = node(N).top.number; father(N).bot.gender = node(N).top.gender; father(N).bot.person = node(N).top.person; father(N).bot.time = node(N).top.time; father(N).bot.hum = node(N).top.hum; father(N).bot.semtype = node(N).top.semtype; father(N).bot.headcat = node(N).top.headcat; father(N).bot.sat = node(N).top.sat; father(N).bot.wh = node(N).top.wh; father(N).bot.case = node(N).top.case; }
Ajouter un commentaire