summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/PeaceSyntax.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-08-20 07:14:20 +0000
committeraarne <aarne@cs.chalmers.se>2008-08-20 07:14:20 +0000
commit02a80d68aaf2efe20973be2e827a581beb0d1624 (patch)
tree6d161fdf9dd0fbcc0d89f537692b2690d798db8c /examples/peacekeeping/PeaceSyntax.gf
parent74373394a6cba4fb2189a531f36f7686a2dcd3a0 (diff)
peace grammars patched to work with the new API
Diffstat (limited to 'examples/peacekeeping/PeaceSyntax.gf')
-rw-r--r--examples/peacekeeping/PeaceSyntax.gf6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/peacekeeping/PeaceSyntax.gf b/examples/peacekeeping/PeaceSyntax.gf
index adbf42571..2cc7a8c93 100644
--- a/examples/peacekeeping/PeaceSyntax.gf
+++ b/examples/peacekeeping/PeaceSyntax.gf
@@ -42,8 +42,10 @@ abstract PeaceSyntax = PeaceCat ** {
UsePron : Pron -> NP ;
PossPronCNSg : Pron -> CN -> NP ;
PossPronCNPl : Pron -> CN -> NP ;
+ ArtCNSg : Art -> CN -> NP ; --a
+ ArtCNPl : Art -> CN -> NP ; --a
DetCN : Det -> CN -> NP ;
- NumCN : Num -> CN -> NP ;
+ NumCN : Card -> CN -> NP ; --a
UseN : N -> CN ;
ModCN : A -> CN -> CN ;
@@ -51,4 +53,4 @@ abstract PeaceSyntax = PeaceCat ** {
UseMassN : MassN -> MassCN ;
ModMass : A -> MassCN -> MassCN ;
-} \ No newline at end of file
+}