diff --git a/src/chinese/ExtendChi.gf b/src/chinese/ExtendChi.gf index a0aa933ff..48b9080dd 100644 --- a/src/chinese/ExtendChi.gf +++ b/src/chinese/ExtendChi.gf @@ -44,7 +44,7 @@ concrete ExtendChi of Extend = CatChi ** -- QuestVPS ip vps = -- TODO: probably need to change structure of VPS -- : RP -> VPS -> RS ; -- which won't sleep - RelVPS rp vps = {s = rp.s ! True ++ vps.s} ; + RelVPS rp vps = {s = rp.s ! True ++ vps.s ++ "的"} ; MkVPI vp = {s = (mkClause [] vp).s ! Pos ! APlain} ; ConjVPI c = conjunctDistrSS (c.s ! CSent) ;