mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
fixed Chi ombudsman_N and Scand GenNP.sp
This commit is contained in:
@@ -9252,7 +9252,7 @@ perk_V = mkV "昂首" ; -- 2 " 振作" " 举止高傲" " 神气活现" " 滤煮"
|
||||
pasture_N = mkN "牧场" ; -- 2 " 草地" " 牧草"
|
||||
pail_N = mkN "提桶" ; -- 2
|
||||
outgrow_V2 = mkV2 "过大而不适于" ; -- 2 " 出生" " 长出" " 长得比+高"
|
||||
ombudsman_N = mkN "调查官员舞弊情况的政府官员" ; -- 2
|
||||
ombudsman_N = mkN "申訴專員" ; -- AR replacing, following Wikipedia and Google translate, mkN "调查官员舞弊情况的政府官员" ; -- 2
|
||||
nozzle_N = mkN "喷嘴" ; -- 2 " 管口"
|
||||
needle_N = mkN "针" ; -- 2 " 尖"
|
||||
moslem_A = mkA "穆斯林" ; -- 2 " 伊斯兰教的" " 回教徒的" " 回教的"
|
||||
|
||||
@@ -2,8 +2,7 @@ incomplete concrete ExtraScand of ExtraScandAbs = CatScand **
|
||||
open CommonScand,Coordination,ResScand, ParamX in {
|
||||
lin
|
||||
GenNP np = {
|
||||
s = \\n,_,_,g => np.s ! NPPoss (gennum (ngen2gen g) n) Nom ;
|
||||
sp = \\_,_,_,_ => NONEXIST ;
|
||||
s,sp = \\n,_,_,g => np.s ! NPPoss (gennum (ngen2gen g) n) Nom ;
|
||||
det = DDef Indef
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user