Skip to content

Commit

Permalink
a new paradigm for mkLN which adds an adjective
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Nov 4, 2023
1 parent bfad583 commit 250f7ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/russian/ParadigmsRus.gf
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,10 @@ oper
g = nf.g ;
n = n
} ;
mkLN : A -> LN -> LN
= \a, ln -> ln ** {
s = \\cas => (adjFormsAdjective a).s ! (gennum ln.g ln.n) ! ln.anim ! cas ++ ln.s ! cas
} ;
} ;

---------------------
Expand Down

0 comments on commit 250f7ee

Please sign in to comment.