fixed Chi ombudsman_N and Scand GenNP.sp

This commit is contained in:
aarne
2013-10-27 15:42:14 +00:00
parent 2abbb55bd4
commit 8574b77490
2 changed files with 2 additions and 3 deletions

View File

@@ -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 " 伊斯兰教的" " 回教徒的" " 回教的"

View File

@@ -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
} ;