mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 15:52:50 -06:00
worst case of Fin mkA; default case endings for Fin symbol as PN
This commit is contained in:
@@ -951,5 +951,20 @@ oper
|
||||
} ;
|
||||
} ;
|
||||
|
||||
defaultCaseEnding : Case -> Str = \c -> case c of {
|
||||
Nom => "" ;
|
||||
Gen => "n" ;
|
||||
Part => "a" ;
|
||||
Transl => "ksi" ;
|
||||
Ess => "na" ;
|
||||
Iness => "ssa" ;
|
||||
Elat => "sta" ;
|
||||
Illat => "an" ;
|
||||
Adess => "lla" ;
|
||||
Ablat => "lta" ;
|
||||
Allat => "lle" ;
|
||||
Abess => "tta"
|
||||
} ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user