diff --git a/src/japanese/NounJpn.gf b/src/japanese/NounJpn.gf index a3e12c2cf..0c4ad21a5 100644 --- a/src/japanese/NounJpn.gf +++ b/src/japanese/NounJpn.gf @@ -10,7 +10,8 @@ flags coding = utf8 ; True => case cn.hasAttr of { True => cn.object ! st ++ det.quant ! st ++ det.num ++ cn.counter ++ det.postpositive ++ "の" ++ cn.s ! det.n ! st ; - False => cn.object ! st ++ det.quant ! st ++ det.num ++ cn.counter ++ det.postpositive + False => cn.object ! st ++ det.quant ! st ++ det.num ++ cn.counter ++ det.postpositive + ++ cn.s ! det.n ! st } ; False => case of { => cn.object ! st ++ det.quant ! st ++ det.num ++ "個" ++ det.postpositive