mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 11:38:34 -06:00
Correction of errors in ResCgg.gf and Numeral.gf regarding generalization of n2-n9
This commit is contained in:
@@ -1049,8 +1049,8 @@ oper
|
||||
\biri,ibiri, g1, abiri,g2 ->
|
||||
{
|
||||
s = [];
|
||||
unit = {s = "ibiri"; g = g1; stem ="biri"};
|
||||
ten = {s = "abiri" ; g = g2};
|
||||
unit = {s = ibiri; g = g1; stem ="biri"};
|
||||
ten = {s = abiri ; g = g2};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user