Files
gf-core/examples/peacekeeping/finnish/PeacePhrases_Fin.gf
2006-04-21 15:20:03 +00:00

14 lines
485 B
Plaintext

--# -path=.:..:present:prelude
concrete PeacePhrases_Fin of PeacePhrases =
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 ;
}