mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
add "na" if possess_Prep is used
This commit is contained in:
@@ -23,7 +23,7 @@ concrete RelativeBul of Relative = CatBul ** open ResBul in {
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
FunRP p np rp = {
|
FunRP p np rp = {
|
||||||
s = \\gn => np.s ! RObj Acc ++ p.s ++ rp.s ! gn ;
|
s = \\gn => np.s ! RObj Acc ++ p.s ++ (case p.c of {Acc => []; Dat => "íà"}) ++ rp.s ! gn ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
IdRP = {
|
IdRP = {
|
||||||
|
|||||||
Reference in New Issue
Block a user