summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/finnish/PeacePhrases_Fin.gf
blob: ee8f5ea6191e6dbb2278fbb69632f968eb5f6395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--# -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 ;

}