mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 18:59:32 -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)
|
||||
|
||||
@@ -485,7 +485,7 @@ n9 = { unit = table {
|
||||
s = s.s;
|
||||
o = s.o;
|
||||
a = s.a;
|
||||
n = Pl
|
||||
n = s.n -- was Pl - why? very strange ASL
|
||||
};
|
||||
|
||||
-- pot3 : Sub1000 -> Sub1000000 ; -- m * 1000
|
||||
|
||||
Reference in New Issue
Block a user