mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
Merge pull request #109 from inariksit/arabic
(Ara) add BIND between reflexive pronoun and the suffix
This commit is contained in:
@@ -1494,7 +1494,7 @@ patHollowImp : (_,_ :Str) -> Gender => Number => Str =\xaf,xAf ->
|
||||
|
||||
reflPron : Case -> PerGenNum -> Str = \c,pgn ->
|
||||
let pron : NP = pgn2pron pgn
|
||||
in "نَفْس" + caseTbl ! c ++ pron.s ! Gen ;
|
||||
in "نَفْس" + caseTbl ! c ++ BIND ++ pron.s ! Gen ;
|
||||
|
||||
reflV : Verb -> Verb = \v -> v ** {
|
||||
s = \\vf => case vf of {
|
||||
|
||||
Reference in New Issue
Block a user