mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 22:12:51 -06:00
bugfix for Polish Phrasebook
This commit is contained in:
@@ -140,6 +140,8 @@ resource AdjectiveMorphoPol = ResPol ** open Prelude, (Predef=Predef) in {
|
||||
x + "zły" => model4 form (x+"źli");
|
||||
x + "ły" => model4 form (x+"li");
|
||||
x + "sny" => model4 form (x+"śni");
|
||||
x + "szny" => model4 form (x+"szni");
|
||||
x + "rzny" => model4 form (x+"rzni");
|
||||
x + "zny" => model4 form (x+"źni");
|
||||
x + "chy" => model4 form (x+"si");
|
||||
x + "hy" => model4 form (x+"zi"); -- błahy - błazi (not really in use)
|
||||
|
||||
Reference in New Issue
Block a user