mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 19:18:34 -06:00
verbal morphology is not syntactic. added negation
This commit is contained in:
@@ -12,11 +12,11 @@ concrete AdverbTur of Adverb = CatTur ** open ResTur, Prelude in {
|
||||
} ;
|
||||
|
||||
-- TODO: inflect the subject to genitive.
|
||||
ComparAdvAdjS cadv a s = {
|
||||
ComparAdvAdjS cadv a s = variants {} ; {- {
|
||||
s = s.subord ++ cadv.s ++ a.s ! Sg ! Nom
|
||||
} ;
|
||||
} ; -}
|
||||
|
||||
SubjS s1 s2 = {s = s1.s ++ s2.subord} ;
|
||||
SubjS s1 s2 = variants {} ; -- {s = s1.s ++ s2.subord} ;
|
||||
|
||||
PositAdvAdj a = {s = a.adv} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user