perfect shortest form change
This commit is contained in:
parent
97364b284f
commit
c761878cd1
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"author": "lingdocs.com",
|
||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||
"homepage": "https://verbs.lingdocs.com",
|
||||
|
|
|
@ -182,13 +182,14 @@ function arrangeVerbWNegative(head: T.PsString | undefined, restRaw: T.PsString[
|
|||
if ("front" in rest) {
|
||||
return [
|
||||
// pefect nu dey me leeduley and nu me dey leeduley
|
||||
[
|
||||
mergeSegments(
|
||||
makeSegment(nu, ["isNu"]),
|
||||
rest.last.adjust({ ps: removeAccents }),
|
||||
),
|
||||
rest.front.adjust({ ps: removeAccents }),
|
||||
],
|
||||
// actually don't think this is correct - keeping it out for now
|
||||
// [
|
||||
// mergeSegments(
|
||||
// makeSegment(nu, ["isNu"]),
|
||||
// rest.last.adjust({ ps: removeAccents }),
|
||||
// ),
|
||||
// rest.front.adjust({ ps: removeAccents }),
|
||||
// ],
|
||||
[
|
||||
makeSegment(nu, ["isNu"]),
|
||||
rest.last.adjust({ ps: removeAccents }),
|
||||
|
|
Loading…
Reference in New Issue