one other comment

This commit is contained in:
lingdocs 2022-03-25 22:28:45 +05:00
parent 874fb731f1
commit 1ab1384c78
1 changed files with 2 additions and 0 deletions

View File

@ -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 }),