forked from GitHub/gf-rgl
(Pes) Fix a bug: defective verbs don't have an imperfect prefix
This commit is contained in:
@@ -194,6 +194,7 @@ oper
|
|||||||
defectiveVerb : (inf,pres,past : Str) -> Verb = \bayestan,bayad,bayest ->
|
defectiveVerb : (inf,pres,past : Str) -> Verb = \bayestan,bayad,bayest ->
|
||||||
let invReg = mkVerb bayestan bayad in invReg **
|
let invReg = mkVerb bayestan bayad in invReg **
|
||||||
{s = \\vf => case vf of {
|
{s = \\vf => case vf of {
|
||||||
|
ImpPrefix _ => [] ;
|
||||||
VAor pol _ => addN pol bayad ;
|
VAor pol _ => addN pol bayad ;
|
||||||
VImp pol _ => addN pol bayad ;
|
VImp pol _ => addN pol bayad ;
|
||||||
VSubj pol _ => addN pol bayad ;
|
VSubj pol _ => addN pol bayad ;
|
||||||
|
|||||||
Reference in New Issue
Block a user