mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 18:46:28 -06:00
Lexicon extended
This commit is contained in:
@@ -79,7 +79,7 @@ concrete ConjunctionRus of Conjunction =
|
||||
size = xs.size -- different genders -> plural?
|
||||
} ;
|
||||
|
||||
-- ConjDet : Conj -> ListDAP -> Det ; -- his or her
|
||||
-- : Conj -> ListDAP -> Det ; -- his or her
|
||||
ConjDet conj xs = {
|
||||
s=\\g,anim,cas => conj.s1 ++ xs.s1 ! g ! anim ! cas ++ conj.s2 ++ xs.s2 ! g ! anim ! cas ;
|
||||
type=NormalDet ; -- hopefully ok to drop empty cases
|
||||
|
||||
Reference in New Issue
Block a user