Confusion can occur between cardinal adjective, indefinite
determiner, indefinite pronoun and noun.
Distinction between cardinal used as adjective or determiner:
Test:
Given NP a noun phrase, Det a determiner, N a noun,
X of type cardinal:
If NP (Det + X/ + N), then X/;
otherwise, if NP (X/ + N), then X/.
|
pos=a & type=card | pos=d & type=card |
| Description | Example | Description | Example |
cardinal used as adjective | les deux / hommes sont venus | cardinal used as determiner | deux / hommes sont venus |
Distinction between cardinal used as adjective or pronoun:
Test:
Given NP a noun phrase, Det a determiner, N a noun and
X of type cardinal:
If NP (Det + X/ + N), then X/;
otherwise, if X/, then X/.
|
pos=a & type=card | pos=p & type=card |
| Description | Example | Description | Example |
cardinal used as adjective | les deux / hommes sont venus | cardinal/Det+cardinal used as pronoun | deux / sont venus |
Distinction between cardinal adjective and indefinite pronoun:
Test:
Given NP a noun phrase, Det a determiner:
If NP (Det + number>1), then number/;
otherwise, if NP (Det + number=1) then number/.
|
pos=a & type=card | pos=p & type=indf |
| Description | Example | Description | Example |
| cardinal pronoun | Les deux / sont venus | indefinite pronoun | L'un / est venu |
Distinction between cardinal adjective and common noun:
Test:
If X has its own conceptual interpretation, if X is semantically
autonomous, then X is a noun.
|
pos=a & type=card | pos=n |
| Description | Example | Description | Example |
| cardinal adjective | Les sept / nains | noun | Le sept / est mon chiffre préféré |