#
# Standard grammar for Polish. Grammar recognizes noun phrases optionally modified by noun phrases in the genitive.
#

NPGEN : $NAP NAP_GEN*;
NAP[agreement] : AP* N AP*;
NAP_GEN[case = gen] : NAP;
AP : ADJ | PPAS | ADJA DASH ADJ;
N[pos = subst, ger];
ADJ[pos = adj];
ADJA[pos = adja];
PPAS[pos = ppas];
DASH[form = "-"];