ante_adj_enum

  1. {
  2. %% example: c'est un si grand, si bel homme.
  3. desc.ht = value([arg0:@emptyarg_fs,arg1:@emptyarg_fs,arg2:@emptyarg_fs]);
  4. Root >> Seq;
  5. Seq >> coma1;
  6. Seq >> Coord1; coma1 < Coord1;
  7. node Seq: [type: sequence, star: *];
  8. node coma1 : [type : lex, lex : ','];
  9. node Coord1 : [type: coanchor, cat: adj, id: coord,
  10. bot: [position: -, number: $number, gender: $gender]];
  11. Foot < Seq;
  12. Seq < coma;
  13. Root >> coma;
  14. Root >> Coord; coma < Coord;
  15. node coma : [type : lex, lex : ','];
  16. node Coord : [type: coanchor, cat: adj, id: coord,
  17. bot: [position: -, number: $number, gender: $gender]];
  18. node Foot: [cat: adj, bot: [position: ante, number: $number, gender: $gender]];
  19. node Root: [cat: adj, bot: [position: -, number: $number, gender: $gender]];
  20. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View