1
0
forked from GitHub/gf-core

PeacePhrase_Fin ; -p in resource Makefile

This commit is contained in:
aarne
2006-04-21 15:20:03 +00:00
parent db8e34e072
commit c502c90d8b
3 changed files with 16 additions and 2 deletions

View File

@@ -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 ;
}