Skip to content

Commit

Permalink
PassAgentVPSlash
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jul 25, 2024
1 parent 4173353 commit ca38592
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/turkish/ExtendTur.gf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
} ;

}

0 comments on commit ca38592

Please sign in to comment.