diff --git a/src/chinese/CatChi.gf b/src/chinese/CatChi.gf index 2470cf82f..15398e15f 100644 --- a/src/chinese/CatChi.gf +++ b/src/chinese/CatChi.gf @@ -89,4 +89,5 @@ concrete CatChi of Cat = CommonX - [Tense, Temp, Ant, Adv] ** open ResChi, Prelu linref S = linS ; + Prep = linPrep ; } diff --git a/src/chinese/ResChi.gf b/src/chinese/ResChi.gf index 9ed6c7a50..ff9040639 100644 --- a/src/chinese/ResChi.gf +++ b/src/chinese/ResChi.gf @@ -290,6 +290,8 @@ oper hasDe = advTypeHasDe at ; } ; + linPrep : Preposition -> Str = \p -> p.prepPre ++ p.prepPost ; + advTypeHasDe : AdvType -> Bool = \at -> case at of { ATPoss => True ; _ => False