mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
Merge pull request #285 from inariksit/finnish
(Fin) Cover inflection type hapan/sydän in nForms3
This commit is contained in:
@@ -599,6 +599,8 @@ mkVS = overload {
|
||||
<nukk + "e", nuk + "een"> => dRae ukko ukon ;
|
||||
<arp + "i", arv + "en"> => dArpi ukko ukon ;
|
||||
<_ + ("us" | "ys"), _ + "den"> => dLujuus ukko ;
|
||||
<laid + ("u"|"a"|"ä") + "n", laitu + "men">
|
||||
=> dLiitin ukko ukon ; -- laidun,hapan,sydän not caught in previous
|
||||
<_, _ + "n"> => ukot ;
|
||||
_ =>
|
||||
Predef.error (["second argument should end in n, not"] ++ ukon)
|
||||
|
||||
Reference in New Issue
Block a user