From 1ab1384c78345a5e13bad83b96be2db3967b1d6c Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Fri, 25 Mar 2022 22:28:45 +0500 Subject: [PATCH] one other comment --- src/lib/phrase-building/compile-vp.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/phrase-building/compile-vp.ts b/src/lib/phrase-building/compile-vp.ts index 2fa9306..33f0f5e 100644 --- a/src/lib/phrase-building/compile-vp.ts +++ b/src/lib/phrase-building/compile-vp.ts @@ -145,6 +145,8 @@ function compileVerbWNegative(head: T.PsString | undefined, restRaw: T.PsString[ desc: ["isNu"], }), ], + // verbs that have a perfective prefix that is not و or وا can put the + // nu *before* the prefix as well // TODO: also وي prefixes? ...!headSegment.isOoOrWaaHead ? [[ makeSegment(nu, ["isNu"]), headSegment.adjust({ ps: removeAccents }),