diff --git a/src/turkish/ExtendTur.gf b/src/turkish/ExtendTur.gf index 2570a4509..986ffa2be 100644 --- a/src/turkish/ExtendTur.gf +++ b/src/turkish/ExtendTur.gf @@ -27,4 +27,14 @@ concrete ExtendTur of Extend = CatTur ** open ResTur, SuffixTur, Predef in { compl = [] } ; + PassAgentVPSlash vps np = { + s = mkVerbForms { + s = vps.stems ! VPass ++ BIND ++ suffixStr vps.h infinitiveSuffix ; + stems = \\_ => vps.stems ! VPass ; + aoristType = vps.aoristType ; + h = vps.h ; + } ; + compl = np.s ! Acc ++ "tarafından" + } ; + }