1
0
forked from GitHub/gf-rgl

added a catch all case in regNouns in Slovenian

This commit is contained in:
krasimir
2016-12-05 20:21:15 +00:00
parent 98fa173686
commit 164c6106f1

View File

@@ -96,7 +96,8 @@ oper
case gen of {
AMasc anim => case noun of {
_ + #consonant => mascAll noun noun anim ;
_ + #vowel => let nou = init noun in mascAll noun nou anim
_ + #vowel => let nou = init noun in mascAll noun nou anim ;
_ => mascAll noun noun anim -- KA: catch all
};
ANeut => let nou = init noun in neutAll noun nou ;
AFem => regFem noun --There are actually no feminine nouns with long stem.