mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
(May) AdjCN + change lincat of A*
This commit is contained in:
+2
-2
@@ -145,10 +145,10 @@ oper
|
||||
--------------------------------------------------------------------------------
|
||||
-- Adjectives
|
||||
|
||||
Adjective : Type = Verb ; -- TODO check if meaningful
|
||||
Adjective : Type = SS ;
|
||||
Adjective2 : Type = Adjective ;
|
||||
|
||||
mkAdj : Str -> Adjective = \str -> {s = \\_ => str} ;
|
||||
mkAdj : Str -> Adjective = \str -> {s = str} ;
|
||||
|
||||
AdjPhrase : Type = Adjective ; -- ** {compar : Str} ;
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user