mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
peace grammars patched to work with the new API
This commit is contained in:
@@ -20,10 +20,13 @@ abstract PeaceLexCommon = PeaceCat ** {
|
||||
|
||||
-- Determiners
|
||||
|
||||
aSg_Det : Det ;
|
||||
aPl_Det : Det ;
|
||||
theSg_Det : Det ;
|
||||
thePl_Det : Det ;
|
||||
the_Art : Art ; --a
|
||||
a_Art : Art ; --a
|
||||
-- aSg_Det : Det ;
|
||||
-- aPl_Det : Det ;
|
||||
-- theSg_Det : Det ;
|
||||
-- thePl_Det : Det ; --a
|
||||
|
||||
that_Det : Det ;
|
||||
those_Det : Det ;
|
||||
this_Det : Det ;
|
||||
@@ -40,10 +43,10 @@ abstract PeaceLexCommon = PeaceCat ** {
|
||||
|
||||
-- Causes too much ambiguity
|
||||
-- one_Det : Det ;
|
||||
two_Num : Num ;
|
||||
three_Num : Num ;
|
||||
four_Num : Num ;
|
||||
five_Num : Num ;
|
||||
two_Num : Card ; --a
|
||||
three_Num : Card ;
|
||||
four_Num : Card ;
|
||||
five_Num : Card ;
|
||||
|
||||
-- Adjectives
|
||||
|
||||
@@ -87,4 +90,4 @@ abstract PeaceLexCommon = PeaceCat ** {
|
||||
sleep_V : V ;
|
||||
walk_V : V ;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user