adjectives

This commit is contained in:
aarne
2005-11-28 20:53:54 +00:00
parent 2c0fdf6c3c
commit d5b8fc79fb
14 changed files with 238 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
--1 The construction of nouns, noun phrases, and determiners
abstract Noun = Cat ** {
fun
@@ -12,15 +14,16 @@ abstract Noun = Cat ** {
NoNum : Num ;
NumInt : Int -> Num ;
CardNumeral : Numeral -> Num ;
OrdNumeral : Numeral -> Num ;
NumSuperl : A -> Num ;
NoPredet : Predet ;
DefSg, DefPl : Quant ;
DefSg, DefPl : Quant ;
IndefSg, IndefPl : Quant ;
-- Num_Pl ::= Ordinal ;
-- Num_Pl ::= Numeral ;
ComplN2 : N2 -> NP -> CN ;
ComplN3 : N3 -> NP -> N2 ;