1
0
forked from GitHub/gf-rgl

(Jpn) Fix bug in DetCN: missing cn.s when counterReplace=True

This commit is contained in:
Inari Listenmaa
2020-02-11 15:28:19 +01:00
parent 75a5ea0cf1
commit cefb149530

View File

@@ -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 <det.tenPlus, cn.counterTsu> of {
<True, True> => cn.object ! st ++ det.quant ! st ++ det.num ++ "個" ++ det.postpositive