forked from GitHub/gf-rgl
PredicationSwe: suppress tense string in infinitives to change spurious ambiguity to a metavariable. Maybe a better solution, but to be seen.
This commit is contained in:
@@ -660,9 +660,10 @@ oper
|
||||
} ;
|
||||
|
||||
tenseInfV : Str -> Anteriority -> Voice -> V -> Str * Str = \sta,a,o,v ->
|
||||
case a of {
|
||||
Simul => <[], sta ++ v.v ! TV o VInf> ; -- hon vill sova
|
||||
Anter => <have_V.v ! TV Act VInf, sta ++ v.v ! TV o VSup> -- hon vill (ha) sovit
|
||||
let tenseMark = [] ---- sta, will produce ambiguity instead of metavariable
|
||||
in case a of {
|
||||
Simul => <[], tenseMark ++ v.v ! TV o VInf> ; -- hon vill sova
|
||||
Anter => <have_V.v ! TV Act VInf, tenseMark ++ v.v ! TV o VSup> -- hon vill (ha) sovit
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user