diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-08-28 11:57:19 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-08-28 11:57:19 +0000 |
| commit | d71b576f6ee3254f7bc08d6e5cfc63b10f57622f (patch) | |
| tree | b5fa274e61791b81e6388659ff6a01f84cfc736d /examples/peacekeeping/english/PeaceLexExt_Eng.gf | |
| parent | dc5f5811dcd26e8a67d1fb5a30c5db756c9d7391 (diff) | |
Use mkPrep instead of mkPreposition in peace keeping grammars.
Diffstat (limited to 'examples/peacekeeping/english/PeaceLexExt_Eng.gf')
| -rw-r--r-- | examples/peacekeeping/english/PeaceLexExt_Eng.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/peacekeeping/english/PeaceLexExt_Eng.gf b/examples/peacekeeping/english/PeaceLexExt_Eng.gf index af4930fad..6ecfcf341 100644 --- a/examples/peacekeeping/english/PeaceLexExt_Eng.gf +++ b/examples/peacekeeping/english/PeaceLexExt_Eng.gf @@ -37,7 +37,7 @@ concrete PeaceLexExt_Eng of PeaceLexExt = weapon_N = regN "weapon"; -- Verbs - cooperate_V2 = mkV2 (regV "cooperate") (mkPreposition "with") ; + cooperate_V2 = mkV2 (regV "cooperate") (mkPrep "with") ; cough_V = regV "cough" ; drop_V2 = dirV2 (regDuplV "drop") ; hurt_V = hurt_V ; |
