mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Commented out one_Det in peacekeeping grammar.
This commit is contained in:
@@ -38,7 +38,8 @@ abstract PeaceLexCommon = PeaceCat ** {
|
|||||||
|
|
||||||
-- Numerals
|
-- Numerals
|
||||||
|
|
||||||
one_Det : Det ;
|
-- Causes too much ambiguity
|
||||||
|
-- one_Det : Det ;
|
||||||
two_Num : Num ;
|
two_Num : Num ;
|
||||||
three_Num : Num ;
|
three_Num : Num ;
|
||||||
four_Num : Num ;
|
four_Num : Num ;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ incomplete concrete PeaceLexCommonI of PeaceLexCommon = PeaceCatI ** open Lang i
|
|||||||
when_IAdv = when_IAdv;
|
when_IAdv = when_IAdv;
|
||||||
|
|
||||||
-- Numerals
|
-- Numerals
|
||||||
one_Det = DetSg one_Quant NoOrd ;
|
-- one_Det = DetSg one_Quant NoOrd ;
|
||||||
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
|
two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
|
||||||
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
|
three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
|
||||||
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;
|
four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user