mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
adverbials todo: add semantic context constructors
This commit is contained in:
12
src/chinese/unittest/adverbial.gftest
Normal file
12
src/chinese/unittest/adverbial.gftest
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
-- These are not ideal output. TODO: Add new constructor for semantic contexts to achieve the correct output for "地" vs "得"
|
||||||
|
|
||||||
|
Lang: PredVP (AdvNP (UsePron it_Pron) (PositAdvAdj beautiful_A)) (UseV walk_V)
|
||||||
|
LangChi: 漂 亮 地 的 它 走
|
||||||
|
LangEng: it beautifully walks
|
||||||
|
-- Correct LangChi: 它 漂 亮 地 走
|
||||||
|
|
||||||
|
|
||||||
|
Lang: PredVP (UsePron it_Pron) (AdvVP (UseV walk_V) (PositAdvAdj beautiful_A))
|
||||||
|
LangChi: 它 走 得 漂 亮 地
|
||||||
|
LangEng: it walks beautifully
|
||||||
|
-- Correct LangChi: 它 走 得 漂 亮
|
||||||
Reference in New Issue
Block a user