quoted_sentence_as_ante_mod

  1. {
  2. S < Foot;
  3. node(Incise).adj = value(strict);
  4. Incise >> start; node start: [ cat: start_clause, type: subst];
  5. start < Open;
  6. ~ start =>
  7. node(start).is_present = value(-);
  8. ~ Open =>
  9. node(start).is_present = value(+);
  10. % node(Open).optional = value(yes);
  11. node(Incise).bot.incise_kind = value(coma);
  12. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View