mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
(Est) Keep non-finite forms non-finite in PassV2
TODO: restructure VP so we retain non-finite passive forms
This commit is contained in:
@@ -163,6 +163,12 @@ param
|
||||
in
|
||||
preOrPost co.isPre co.s nps ;
|
||||
|
||||
-- Used for passive; c2 of V2/VPSlash becomes sc of VP
|
||||
compl2subjcase : Compl -> NPForm = \compl ->
|
||||
case compl.c of {
|
||||
NPCase Gen => NPCase Nom ; -- valisin koera -> koer valitakse
|
||||
_ => compl.c -- rääkisin koerale -> koerale räägitakse
|
||||
} ;
|
||||
-- For $Verb$.
|
||||
|
||||
Verb : Type = {
|
||||
|
||||
Reference in New Issue
Block a user