ADV + de + NOUN
#
In order to analyse these expression :
- (un) peu de +
NOUN
- beaucoup de +
NOUN
- plein de +
NOUN
- nombre de +
NOUN
We use the features Idiom and ExtPos to consider the initial ADV as a PRON in theses expressions. So we have the following annotation :
pattern { N1 [upos=ADV]; N2 [form=“de”]; N3 [upos=NOUN] ;N1 < N2 ; N2<N3}
un peu de
#
beaucoup de
#
plein de
#
nombre de
#