1
0
forked from GitHub/gf-rgl

(Kor) Add conjunctions for AP and CN

This commit is contained in:
Inari Listenmaa
2020-03-27 11:25:48 +01:00
parent dbaa52be08
commit ec0173c587
5 changed files with 55 additions and 13 deletions

View File

@@ -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 = {