@NODES _sentence
@POST
S("con") = getconcept(G("caps"),phrasetext());
addconval(S("con"),"sent",X("con",2));
single();
@RULES
_cap <-
_xCAP [plus]
_xWILD [match=(de las los)]
_xCAP [plus]
@@
@POST
S("con") = getconcept(G("caps"),phrasetext());
addconval(S("con"),"sent",X("con",2));
single();
@RULES
_cap <-
_xCAP [plus]
@@