1
0
forked from GitHub/gf-rgl

move transitive and complements from affixes to tenses

This commit is contained in:
1Regina
2022-03-02 10:46:46 +08:00
committed by Inari Listenmaa
parent 5e308e7aa7
commit 0c659deae3

View File

@@ -21,6 +21,17 @@ Lang: PredVP (DetCN (DetQuant this_Quant NumSg) (UseN cat_N)) (ComplVV can_VV (U
LangChi: 这 只 猫 能 走 LangChi: 这 只 猫 能 走
LangEng: this cat can walk LangEng: this cat can walk
-- As a verbal complement
Lang: UseCl (TTAnt TPres ASimul) PPos (PredVP (DetCN (DetQuant (PossPron i_Pron) NumSg) (UseN cat_N)) (ComplVV want_VV (UseV walk_V)))
LangChi: 我 的 猫 想 走
LangEng: my cat wants to walk
-- Transitive verbs
Lang: UseCl (TTAnt TPres AAnter) PPos (PredVP (UsePron i_Pron) (ComplSlash (SlashV2a eat_V2) (DetCN (DetQuant IndefArt NumSg) (UseN fish_N))))
LangChi: 我 吃 了 一 条 鱼
LangEng: I have eaten a fish
------------- -------------
-- Conditions -- Conditions