peace grammars patched to work with the new API

This commit is contained in:
aarne
2008-08-20 07:14:20 +00:00
parent b962c3a0d3
commit 090d30c26b
15 changed files with 94 additions and 77 deletions

View File

@@ -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 ;
}
}