diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-04-20 22:46:41 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-04-20 22:46:41 +0000 |
| commit | 44300844dbebea6568607ff9b4c99f5ea6b85495 (patch) | |
| tree | 8ba1139d28440e8af36e824fa79277f0f1e34550 /examples/peacekeeping/finnish/Peace_Fin.gf | |
| parent | 79c0cc23e6f318f66205526e27c1f4500ab3d79d (diff) | |
peacekeeping: add a module with phrases which are very different in different languages, e.g. greetings. The english and swedish implementations do not yet use the resource grammars, and the finnish is empty.
Diffstat (limited to 'examples/peacekeeping/finnish/Peace_Fin.gf')
| -rw-r--r-- | examples/peacekeeping/finnish/Peace_Fin.gf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/peacekeeping/finnish/Peace_Fin.gf b/examples/peacekeeping/finnish/Peace_Fin.gf index b3e39a014..26be72683 100644 --- a/examples/peacekeeping/finnish/Peace_Fin.gf +++ b/examples/peacekeeping/finnish/Peace_Fin.gf @@ -1,3 +1,6 @@ --# -path=.:..:present:prelude -concrete Peace_Fin of Peace = PeaceSyntax_Fin, PeaceLexCommon_Fin, PeaceLexExt_Fin ** {} +concrete Peace_Fin of Peace = + PeaceSyntax_Fin, PeaceLexCommon_Fin, + PeaceLexExt_Fin, PeacePhrases_Fin + ** {} |
