added interjection "hi" to Eng and Chi

This commit is contained in:
aarne
2013-10-09 16:16:17 +00:00
parent e52e8cf1d6
commit 506c5a5b4e
3 changed files with 3 additions and 0 deletions

View File

@@ -484,6 +484,7 @@ lin
hell_Interj = mkInterj "见鬼去吧" ;
-- hello_Interj = mkInterj "你好" ;
hey_Interj = mkInterj "嗨" ;
hi_Interj = mkInterj "你好" ;
nope_Interj = mkInterj "没了";
-- oh_Interj = mkInterj "哦" ;
ok_Interj = mkInterj "行";

View File

@@ -25254,6 +25254,7 @@ lin hey_Interj = ss "hey";
lin heyday_N = mkN "heyday" "IRREG";
lin heysham_PN = mkPN "Heysham";
lin heywood_PN = mkPN "Heywood";
lin hi_Interj = ss "hi" ;
lin hi_fi_A = compoundA (mkA "hi - fi");
lin hi_fi_N = mkN "hi - fi" "hi - fis";
lin hiatus_N = mkN "hiatus" "hiatuses";

View File

@@ -25227,6 +25227,7 @@ fun hey_Interj : Interj;
fun heyday_N : N;
fun heysham_PN : PN;
fun heywood_PN : PN;
fun hi_Interj : Interj ;
fun hi_fi_A : A;
fun hi_fi_N : N;
fun hiatus_N : N;