diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-04-21 15:20:03 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-04-21 15:20:03 +0000 |
| commit | f75efc970a001e8841d812a222aff0cb53959289 (patch) | |
| tree | 7e31efb45de3031e7b86713972e932863787c27f /examples/peacekeeping/finnish/PeacePhrases_Fin.gf | |
| parent | c4560e21b078c0d4ee88f1a3f66281dd24131c5b (diff) | |
PeacePhrase_Fin ; -p in resource Makefile
Diffstat (limited to 'examples/peacekeeping/finnish/PeacePhrases_Fin.gf')
| -rw-r--r-- | examples/peacekeeping/finnish/PeacePhrases_Fin.gf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/peacekeeping/finnish/PeacePhrases_Fin.gf b/examples/peacekeeping/finnish/PeacePhrases_Fin.gf index f02b04d55..ee8f5ea61 100644 --- a/examples/peacekeeping/finnish/PeacePhrases_Fin.gf +++ b/examples/peacekeeping/finnish/PeacePhrases_Fin.gf @@ -1,7 +1,14 @@ --# -path=.:..:present:prelude concrete PeacePhrases_Fin of PeacePhrases = - PeaceCat_Fin ** { + PeaceCat_Fin ** open LangFin, ParadigmsFin in { +lin + Hello = { s = "terve" ++ "." } ; + GoodMorning = { s = ["hyvää huomenta"] ++ "." } ; + GoodEvening = { s = ["hyvää iltaa"] ++ "." } ; + WhatIsNamePron p = PhrUtt NoPConj (UttQS (UseQCl TPres ASimul PPos + (QuestVP whatSg_IP (UseComp (CompNP (DetCN (DetSg (SgQuant (PossPron p)) NoOrd) + (UseN (reg2N "nimi" "nimiä")))))))) NoVoc ; }
\ No newline at end of file |
