mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
Correction of errors in ResCgg.gf and Numeral.gf regarding generalization of n2-n9
This commit is contained in:
@@ -64,7 +64,7 @@ lin pot3 n = let
|
|||||||
|
|
||||||
lin pot3plus n m = let
|
lin pot3plus n m = let
|
||||||
thousand = case <n.n> of{
|
thousand = case <n.n> of{
|
||||||
<Sg> => "akairira";
|
<Sg> => "akasirira";
|
||||||
_ => "obusirira" ++ n.s
|
_ => "obusirira" ++ n.s
|
||||||
};
|
};
|
||||||
in { s = thousand ++ m.s; g = ZERO_ZERO; n = n.n} ;
|
in { s = thousand ++ m.s; g = ZERO_ZERO; n = n.n} ;
|
||||||
|
|||||||
@@ -1049,8 +1049,8 @@ oper
|
|||||||
\biri,ibiri, g1, abiri,g2 ->
|
\biri,ibiri, g1, abiri,g2 ->
|
||||||
{
|
{
|
||||||
s = [];
|
s = [];
|
||||||
unit = {s = "ibiri"; g = g1; stem ="biri"};
|
unit = {s = ibiri; g = g1; stem ="biri"};
|
||||||
ten = {s = "abiri" ; g = g2};
|
ten = {s = abiri ; g = g2};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user