% file: dcggr
% query: s([the, sculptor, painted, the, painting],[])?
dcg!
s -->  np, vp.
np -->  det, noun.
vp -->  v, np.
vp --> v.
det --> [the].
noun --> [sculptor].	noun --> [painter].	
noun --> [sculpture].	noun -->[painting].
v --> [painted].	v --> [sculpted].

