mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -06:00
Hrv: fixes in MorphoDict generation
This commit is contained in:
@@ -439,7 +439,8 @@ adjFormsAdjective : AdjForms -> Adjective = \afs -> {
|
||||
u = case last cita of {
|
||||
"a" => "aju" ;
|
||||
"e" => "u" ;
|
||||
"i" => "e"
|
||||
"i" => "e" ;
|
||||
_ => "e" ---- should not happen
|
||||
} ;
|
||||
cital = init citao + "l" ;
|
||||
in table {
|
||||
|
||||
Reference in New Issue
Block a user