mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 18:46:28 -06:00
allow VV verbs to control the aspect of the governed verb
This commit is contained in:
@@ -237,8 +237,9 @@ lin
|
||||
} ++
|
||||
v.s ! Imperf ! VPres Sg P3 ++
|
||||
case v.typ of {
|
||||
VVInf => "да" ++ pp "глагол";
|
||||
VVGerund => pp "деепричастие"
|
||||
VVInf Perf => "да" ++ pp "свършен глагол";
|
||||
VVInf Imperf => "да" ++ pp "несвършен глагол";
|
||||
VVGerund => pp "деепричастие"
|
||||
};
|
||||
s2= inflVerb v ;
|
||||
s3= ""
|
||||
|
||||
Reference in New Issue
Block a user