participiale
class participiale { %% Warning: non lexicalized classes used to adjoin participiales on nouns or %% sentences % node(Root).bot = node(Foot).top; desc.ht = value([cat: -, arg0:@emptyarg_fs,arg1:@emptyarg_fs,arg2:@emptyarg_fs]); node(Root).cat =value(N2|S|aux|VMod|coo); %% node(Root).bot = node(Foot).top; node AdjP : [cat:adjP, id: adjP, type: std]; AdjP >> adj; node adj : [cat: adj, id: adj, type: std]; adj >> SubS; Modifier = AdjP; <: subordonate; node(SubS).bot.mode = value(gerundive|participle); }
Ajouter un commentaire