diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-10-03 20:42:09 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-10-03 20:42:09 +0000 |
| commit | 24207d40e9cb56173de22d9a424975f0da0bc416 (patch) | |
| tree | 2c221dc4e6f9f7a4d665fe118e0cda12d3ea7290 /next-lib/src/abstract/Noun.gf | |
| parent | 27de3c0e7b13a4674cf5829ccbb00b118e916ae8 (diff) | |
extended AP with Ord and compar in 1.5
Diffstat (limited to 'next-lib/src/abstract/Noun.gf')
| -rw-r--r-- | next-lib/src/abstract/Noun.gf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/next-lib/src/abstract/Noun.gf b/next-lib/src/abstract/Noun.gf index 3fdb7964f..0a149ba82 100644 --- a/next-lib/src/abstract/Noun.gf +++ b/next-lib/src/abstract/Noun.gf @@ -37,11 +37,10 @@ abstract Noun = Cat ** { --2 Determiners -- The determiner has a fine-grained structure, in which a 'nucleus' --- quantifier and two optional parts can be discerned: a cardinal and --- an ordinal numeral. +-- quantifier and an optional numeral can be discerned. + DetQuant : Quant -> Num -> Det ; -- these five DetQuantOrd : Quant -> Num -> Ord -> Det ; -- these five best - DetQuant : Quant -> Num -> Det ; -- these five -- Whether the resulting determiner is singular or plural depends on the -- cardinal. |
