spunct_semicoma
class spunct_semicoma { %% semicoma ';' as final punctuation %% sxpipe considers ; as a sentence boundary, which is maybe not the best choice ! <: spunct_unsat; node(Punct).lex = value(';'); desc.dependency = value('punct.final'); }
class spunct_semicoma { %% semicoma ';' as final punctuation %% sxpipe considers ; as a sentence boundary, which is maybe not the best choice ! <: spunct_unsat; node(Punct).lex = value(';'); desc.dependency = value('punct.final'); }
Ajouter un commentaire