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 featuresIdiom
andExtPos
to consider the initialADV
as aPRON
in theses expressions. So we have the following annotation :
pattern { N1 [upos=ADV]; N2 [form=“de”]; N3 [upos=NOUN] ;N1 < N2 ; N2<N3}