@NODES _sentence
@POST
PersonAttributes(N(1),N(4));
single();
@RULES
_personAttrs <-
_person
_be
_xWILD [match=(\, also the)]
_xWILD [plus match=(_attribute \,)]
@@
@POST
PersonAttributes(N(1),N(2));
single();
@RULES
_personAttrs <-
_person
_xWILD [plus match=(_attribute \,)]
@@