From ea149d63f15397cb1e89bec630a9a814e64f7f22 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Wed, 22 Feb 2023 22:06:18 +0800 Subject: [PATCH] (Chi) Add linref for Prep --- src/chinese/CatChi.gf | 1 + src/chinese/ResChi.gf | 2 ++ 2 files changed, 3 insertions(+) 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