mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
(Ara) Fixes in prepositions binding to words
This commit is contained in:
@@ -303,8 +303,8 @@ resource ParadigmsAra = open
|
||||
-- Prepositions are used in many-argument functions for rection.
|
||||
|
||||
Preposition = ResAra.Preposition ;
|
||||
noPrep = {s=[]; c=nom} ;
|
||||
casePrep c = {s=[]; c=c} ;
|
||||
noPrep = {s=[]; c=nom; binds=False} ;
|
||||
casePrep c = {s=[]; c=c; binds=False} ;
|
||||
|
||||
Gender = ResAra.Gender ;
|
||||
masc = ResAra.Masc ;
|
||||
|
||||
Reference in New Issue
Block a user