(May) AdjCN + change lincat of A*

This commit is contained in:
Inari Listenmaa
2020-09-03 13:39:30 +02:00
parent c1e12b60ab
commit 6e6b7b09ad
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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} ;
--------------------------------------------------------------------------------