mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 23:22:51 -06:00
Adjective Smart Paradigm
This commit is contained in:
@@ -391,8 +391,7 @@ case s of
|
||||
|
||||
mkFemSg : Str -> Str = \s ->
|
||||
case s of
|
||||
{x + "hi" => x + "he";
|
||||
x + "i" => s + "e";
|
||||
{x + "i" => s + "e";
|
||||
x + "iu" => x + "ie";
|
||||
x + "u" => x + "ã";
|
||||
_ => s + "ã"
|
||||
|
||||
Reference in New Issue
Block a user