mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 20:18:33 -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
|
||||
thousand = case <n.n> of{
|
||||
<Sg> => "akairira";
|
||||
<Sg> => "akasirira";
|
||||
_ => "obusirira" ++ n.s
|
||||
};
|
||||
in { s = thousand ++ m.s; g = ZERO_ZERO; n = n.n} ;
|
||||
|
||||
Reference in New Issue
Block a user