mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
Merry Christmas and other Dict updates
This commit is contained in:
@@ -17077,5 +17077,6 @@ advert_N = mkN "广告"; -- 1
|
||||
across_Adv = mkAdv "横过"; -- 1
|
||||
absolve_V2 = mkV2 "免除"; -- 1
|
||||
|
||||
merry_christmas_Interj = mkInterj "圣诞节快乐" ;
|
||||
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ flags
|
||||
lin
|
||||
CompAP = G.CompAP | E.CompBareAP ; -- he is good | he good
|
||||
|
||||
AdvVP vp adv = G.AdvVP vp adv | E.TopicAdvVP vp adv ; -- he *today* here sleeps | *today* he here sleeps
|
||||
AdvVP vp adv = E.TopicAdvVP vp adv | G.AdvVP vp adv ; -- he *today* here sleeps | *today* he here sleeps
|
||||
|
||||
QuestCl cl = G.QuestCl cl | E.QuestRepV cl ; -- he comes 'ma' | he come not come
|
||||
|
||||
|
||||
Reference in New Issue
Block a user