From 2fcd5bd3aedced32bb06520b0c3b3cbcb0b20c17 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Fri, 24 Feb 2023 15:26:57 +0800 Subject: [PATCH] (Chi) compile ExtendChi + use linref for VP --- src/chinese/AllChi.gf | 2 +- src/chinese/AllChiAbs.gf | 4 ++-- src/chinese/CatChi.gf | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/chinese/AllChi.gf b/src/chinese/AllChi.gf index 39a54866..4da6f54a 100644 --- a/src/chinese/AllChi.gf +++ b/src/chinese/AllChi.gf @@ -1,3 +1,3 @@ --# -path=.:../abstract:../common:../api:../prelude -concrete AllChi of AllChiAbs = LangChi, ExtraChi ; +concrete AllChi of AllChiAbs = LangChi, ExtendChi ; diff --git a/src/chinese/AllChiAbs.gf b/src/chinese/AllChiAbs.gf index 6a1a8733..eb721b70 100644 --- a/src/chinese/AllChiAbs.gf +++ b/src/chinese/AllChiAbs.gf @@ -1,5 +1,5 @@ --# -path=.:../abstract:../common:prelude -abstract AllChiAbs = +abstract AllChiAbs = Lang, - ExtraChiAbs ; + Extend ; diff --git a/src/chinese/CatChi.gf b/src/chinese/CatChi.gf index 15398e15..ff996643 100644 --- a/src/chinese/CatChi.gf +++ b/src/chinese/CatChi.gf @@ -90,4 +90,5 @@ concrete CatChi of Cat = CommonX - [Tense, Temp, Ant, Adv] ** open ResChi, Prelu linref S = linS ; Prep = linPrep ; + VP = infVP ; }