spunct_semicoma

  1. {
  2. %% semicoma ';' as final punctuation
  3. %% sxpipe considers ; as a sentence boundary, which is maybe not the best choice !
  4. node(Punct).lex = value(';');
  5. desc.dependency = value('punct.final');
  6. }

Ajouter un commentaire

Connectez-vous ou inscrivez-vous pour publier un commentaire

Class Graph View