Skip to content

Commit

Permalink
Croatian GenRP corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
aarneranta committed Apr 3, 2024
1 parent cd3a2e0 commit 2363da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/croatian/ExtendHrv.gf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concrete ExtendHrv of Extend = CatHrv **
with (Grammar = GrammarHrv)
**
open
ResHrv
ResHrv, ParadigmsHrv
in {

---lin ReflPossPron = justDemPronFormsAdjective reflPossessivePron ;
Expand All @@ -45,7 +45,7 @@ lin
} ;

GenRP num cn = {
s = \\g, n, c => Grammar.IdRP.s ! g ! n ! Gen ++ num.s ! cn.g ! c ++ cn.s ! n ! c
s = \\g, n, c => (adjFormsAdjective (mkA "čiji").posit).s ! g ! n ! c ++ num.s ! cn.g ! c ++ cn.s ! n ! c
} ;

}

0 comments on commit 2363da4

Please sign in to comment.