mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
added interjection "hi" to Eng and Chi
This commit is contained in:
@@ -484,6 +484,7 @@ lin
|
|||||||
hell_Interj = mkInterj "见鬼去吧" ;
|
hell_Interj = mkInterj "见鬼去吧" ;
|
||||||
-- hello_Interj = mkInterj "你好" ;
|
-- hello_Interj = mkInterj "你好" ;
|
||||||
hey_Interj = mkInterj "嗨" ;
|
hey_Interj = mkInterj "嗨" ;
|
||||||
|
hi_Interj = mkInterj "你好" ;
|
||||||
nope_Interj = mkInterj "没了";
|
nope_Interj = mkInterj "没了";
|
||||||
-- oh_Interj = mkInterj "哦" ;
|
-- oh_Interj = mkInterj "哦" ;
|
||||||
ok_Interj = mkInterj "行";
|
ok_Interj = mkInterj "行";
|
||||||
|
|||||||
@@ -25254,6 +25254,7 @@ lin hey_Interj = ss "hey";
|
|||||||
lin heyday_N = mkN "heyday" "IRREG";
|
lin heyday_N = mkN "heyday" "IRREG";
|
||||||
lin heysham_PN = mkPN "Heysham";
|
lin heysham_PN = mkPN "Heysham";
|
||||||
lin heywood_PN = mkPN "Heywood";
|
lin heywood_PN = mkPN "Heywood";
|
||||||
|
lin hi_Interj = ss "hi" ;
|
||||||
lin hi_fi_A = compoundA (mkA "hi - fi");
|
lin hi_fi_A = compoundA (mkA "hi - fi");
|
||||||
lin hi_fi_N = mkN "hi - fi" "hi - fis";
|
lin hi_fi_N = mkN "hi - fi" "hi - fis";
|
||||||
lin hiatus_N = mkN "hiatus" "hiatuses";
|
lin hiatus_N = mkN "hiatus" "hiatuses";
|
||||||
|
|||||||
@@ -25227,6 +25227,7 @@ fun hey_Interj : Interj;
|
|||||||
fun heyday_N : N;
|
fun heyday_N : N;
|
||||||
fun heysham_PN : PN;
|
fun heysham_PN : PN;
|
||||||
fun heywood_PN : PN;
|
fun heywood_PN : PN;
|
||||||
|
fun hi_Interj : Interj ;
|
||||||
fun hi_fi_A : A;
|
fun hi_fi_A : A;
|
||||||
fun hi_fi_N : N;
|
fun hi_fi_N : N;
|
||||||
fun hiatus_N : N;
|
fun hiatus_N : N;
|
||||||
|
|||||||
Reference in New Issue
Block a user