1
0
forked from GitHub/gf-core

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

@@ -0,0 +1,23 @@
abstract Adjective = Cat ** {
fun
PositA : A -> AP ;
ComparA : A -> NP -> AP ;
-- $SuperlA$ belongs to determiner syntax in $Noun$.
ComplA2 : A2 -> NP -> AP ;
SentAP : AP -> S -> AP ;
QuestAP : AP -> QS -> AP ;
AdAP : AdA -> AP -> AP ;
-- $AdvA$ that forms adverbs belongs to $Adverb$.
-- Elliptic constructions as usual.
UseA2 : A2 -> A ;
}