mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
interjections in DictEng Fin and Ger
This commit is contained in:
@@ -56887,4 +56887,43 @@ teach_V = mkWV (k53A "opettaa") ; -- 29
|
||||
swap_N = mkN "vaihdos" ;
|
||||
stop_N = mkWN (k39 "pysähdys") ; -- 29
|
||||
|
||||
-- from Phrasebook
|
||||
|
||||
ah_Interj = mkInterj "aah" ;
|
||||
alas_Interj = mkInterj "voi voi" ;
|
||||
amen_Interj = mkInterj "aamen" ;
|
||||
bye_Interj = mkInterj "hei sitten" ;
|
||||
bye_bye_Interj = mkInterj "heippa" ;
|
||||
cheers_Interj = mkInterj "kippis" ;
|
||||
damn_Interj = mkInterj "pahus" ;
|
||||
egad_Interj = mkInterj "voi veljet" ;
|
||||
er_Interj = mkInterj "öh" ;
|
||||
excuse_me_Interj = mkInterj "anteeksi" ;
|
||||
good_afternoon_Interj = mkInterj "hyvää iltapäivää" ;
|
||||
good_evening_Interj = mkInterj "hyvää iltaa" ;
|
||||
good_luck_Interj = mkInterj "onnea matkaan" ;
|
||||
good_morning_Interj = mkInterj "hyvää huomenta" ;
|
||||
good_night_Interj = mkInterj "hyvää yötä" ;
|
||||
goodbye_Interj = mkInterj "näkemiin" ;
|
||||
hell_Interj = mkInterj "helvetti" ;
|
||||
hello_Interj = mkInterj "terve" ;
|
||||
hey_Interj = mkInterj "hei" ;
|
||||
hi_Interj = mkInterj "moi" ;
|
||||
no_Interj = mkInterj "ei" ;
|
||||
nope_Interj = mkInterj "ei" ;
|
||||
oh_Interj = mkInterj "oi" ;
|
||||
ok_Interj = mkInterj "okei" ;
|
||||
okay_Interj = mkInterj "okei" ;
|
||||
quack_Interj = mkInterj "kvaak" ;
|
||||
sorry_Interj = mkInterj "anteeksi" ;
|
||||
thanks_Interj = mkInterj "kiitos" ;
|
||||
uh_Interj = mkInterj "uh" ;
|
||||
uh_uh_Interj = mkInterj "uhhuh" ;
|
||||
uh_huh_Interj = mkInterj "uhhuh" ;
|
||||
well_Interj = mkInterj "no" ;
|
||||
whoopee_Interj = mkInterj "jippii" ;
|
||||
wow_Interj = mkInterj "vau" ;
|
||||
yeah_Interj = mkInterj "yess" ;
|
||||
yes_Interj = mkInterj "kyllä" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -750,7 +750,7 @@ resource MorphoFin = ResFin ** open Prelude in {
|
||||
tulta = tult + a ;
|
||||
tulevaP = (noun2adj (nhn (sKukko tuleva (tuleva + "n") (init tuleva + "ia")))).s ;
|
||||
tultavaP = (noun2adj (nhn (sKukko (tulta + "v" + a) (tulta + "v" + a + "n") (tulta + "vi" + a)))).s ;
|
||||
tulemaP = (noun2adj (nhn (sKukko tulema (tulema + "n") (init tulema + "ia")))).s ;
|
||||
tulemaP = (noun2adj (nhn (sKukko tulema (tulema + "n") (init tulema + "i" + a)))).s ;
|
||||
|
||||
in
|
||||
{s = table {
|
||||
|
||||
Reference in New Issue
Block a user