diff --git a/src/arabic/ExtendAra.gf b/src/arabic/ExtendAra.gf index be05864a5..2a0877ed6 100644 --- a/src/arabic/ExtendAra.gf +++ b/src/arabic/ExtendAra.gf @@ -15,6 +15,7 @@ concrete ExtendAra of Extend = ParamX, ResAra, Prelude, + RelativeAra, Coordination in { @@ -28,6 +29,9 @@ concrete ExtendAra of Extend = -- : AP -> IComp ; -- "how old" ICompAP ap = {s = \\gn => "كَمْ" ++ ap.s ! NoHum ! gn.g ! gn.n ! Indef ! Acc} ; + -- : ClSlash -> RCl -- he lives in + EmptyRelSlash = RelSlash (IdRP ** {s = \\_ => []}) ; + lincat VPS = {s : PerGenNum => Str} ; -- finite VP's with tense and polarity [VPS] = {s1,s2 : PerGenNum => Str} ;