diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-08-20 07:14:20 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-08-20 07:14:20 +0000 |
| commit | 02a80d68aaf2efe20973be2e827a581beb0d1624 (patch) | |
| tree | 6d161fdf9dd0fbcc0d89f537692b2690d798db8c /examples/peacekeeping/PeaceCatI.gf | |
| parent | 74373394a6cba4fb2189a531f36f7686a2dcd3a0 (diff) | |
peace grammars patched to work with the new API
Diffstat (limited to 'examples/peacekeeping/PeaceCatI.gf')
| -rw-r--r-- | examples/peacekeeping/PeaceCatI.gf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/peacekeeping/PeaceCatI.gf b/examples/peacekeeping/PeaceCatI.gf index 67db1351d..7941de276 100644 --- a/examples/peacekeeping/PeaceCatI.gf +++ b/examples/peacekeeping/PeaceCatI.gf @@ -3,6 +3,7 @@ incomplete concrete PeaceCatI of PeaceCat = lincat N = N; A = A; V = V; V2 = V2; V3 = V3; Pron = Pron; + Card = Card ; Art = Art ; --a IP = IP; IAdv = IAdv; Adv = Adv; NP = NP; CN = CN; Imp = Imp; Det = Det; Num = Num; @@ -27,4 +28,4 @@ incomplete concrete PeaceCatI of PeaceCat = ExclMark => { s = x ++ "!" } --TExclMark (ss s) TEmpty } ; -}
\ No newline at end of file +} |
