forked from GitHub/gf-rgl
(Kor) Add conjunctions for AP and CN
This commit is contained in:
@@ -241,6 +241,15 @@ oper
|
||||
Adverb : Type = SS ;
|
||||
|
||||
------------------
|
||||
-- Conj
|
||||
|
||||
Conj : Type = {
|
||||
s1 : Str ;
|
||||
c : ConjType ; -- if it's And, Or, …
|
||||
-- Need to add conjunction already in ConsX funs.
|
||||
n : Number ;
|
||||
} ;
|
||||
------------------
|
||||
-- VP
|
||||
|
||||
Complement : Type = {
|
||||
|
||||
Reference in New Issue
Block a user