participiale

  1. {
  2. %% Warning: non lexicalized classes used to adjoin participiales on nouns or
  3. %% sentences
  4. % node(Root).bot = node(Foot).top;
  5. desc.ht = value([cat: -, arg0:@emptyarg_fs,arg1:@emptyarg_fs,arg2:@emptyarg_fs]);
  6. node(Root).cat =value(N2|S|aux|VMod|coo);
  7. %% node(Root).bot = node(Foot).top;
  8. node AdjP : [cat:adjP, id: adjP, type: std];
  9. AdjP >> adj; node adj : [cat: adj, id: adj, type: std];
  10. adj >> SubS;
  11. Modifier = AdjP;
  12. node(SubS).bot.mode = value(gerundive|participle);
  13. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View