mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(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 ->
|
||||
let invReg = mkVerb bayestan bayad in invReg **
|
||||
{s = \\vf => case vf of {
|
||||
ImpPrefix _ => [] ;
|
||||
VAor pol _ => addN pol bayad ;
|
||||
VImp pol _ => addN pol bayad ;
|
||||
VSubj pol _ => addN pol bayad ;
|
||||
|
||||
Reference in New Issue
Block a user