mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
added interjection "hi" to Eng and Chi
This commit is contained in:
@@ -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 "行";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user