forked from GitHub/gf-rgl
(Pes) Add a parameter to VS whether to select subjunctive or indicative
Co-Authored-By: Nasrin Mostofian <nasrin.mostofian@gmail.com>
This commit is contained in:
@@ -148,9 +148,9 @@ oper
|
||||
|
||||
mkVS = overload {
|
||||
mkVS : Str -> VS -- predictable verb with sentence complement
|
||||
= \s -> lin VS (regV s) ;
|
||||
= \s -> lin VS (regV s ** {compl=subjunctive}) ;
|
||||
mkVS : V -> VS -- VS out of a verb
|
||||
= \v -> lin VS v
|
||||
= \v -> lin VS (v ** {compl=subjunctive})
|
||||
} ;
|
||||
|
||||
mkVV = overload {
|
||||
|
||||
Reference in New Issue
Block a user