mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 10:41:15 -06:00
(Som) More phonological assimilation rules
This commit is contained in:
@@ -515,8 +515,10 @@ oper
|
||||
_ + ("i"|"e") => "ey" ;
|
||||
_ => "ay" } ;
|
||||
n : Str = case arag of {
|
||||
_ + #v => "nn" ; -- n duplicates after vowel
|
||||
_ => "n" } ;
|
||||
_ + #v => "nn" ; -- n duplicates after vowel
|
||||
_ + "r" => "r" ; -- Saeed p. 35: agreement marker n (1PL)
|
||||
_ + "l" => "l" ; -- assimilates to stem final r or.
|
||||
_ => "n" } ;
|
||||
an : Str = case qaado of {
|
||||
_ + "o" => "an" ; -- Allomorph for imperatives
|
||||
_ => "in" } ;
|
||||
|
||||
Reference in New Issue
Block a user