mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
added a catch all case in regNouns in Slovenian
This commit is contained in:
@@ -96,7 +96,8 @@ oper
|
|||||||
case gen of {
|
case gen of {
|
||||||
AMasc anim => case noun of {
|
AMasc anim => case noun of {
|
||||||
_ + #consonant => mascAll noun noun anim ;
|
_ + #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 ;
|
ANeut => let nou = init noun in neutAll noun nou ;
|
||||||
AFem => regFem noun --There are actually no feminine nouns with long stem.
|
AFem => regFem noun --There are actually no feminine nouns with long stem.
|
||||||
|
|||||||
Reference in New Issue
Block a user