diff --git a/README.md b/README.md index 598e5cc..9b6bb4d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Also includes the [Pashto Verb Explorer](https://verbs.lingdocs.com) website. The Pashto Verb Explorer website can be used to view and play with the verb conjugations and various components. ``` +yarn install yarn start ``` diff --git a/package.json b/package.json index 01b2d0e..3f68672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.4.4", + "version": "1.4.5", "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", diff --git a/src/lib/irregular-conjugations.ts b/src/lib/irregular-conjugations.ts index e498da3..2e9d619 100644 --- a/src/lib/irregular-conjugations.ts +++ b/src/lib/irregular-conjugations.ts @@ -1686,10 +1686,10 @@ export const tlul: T.VerbConjugation = { ], past: { short: [ - [[{p: "تلم", f: "tlum"}], [{p: "تلو", f: "tluloo"}]], - [[{p: "تلم", f: "tlum"}], [{p: "تلو", f: "tluloo"}]], - [[{p: "تلې", f: "tle"}], [{p: "تلئ", f: "tluleyy"}]], - [[{p: "تلې", f: "tle"}], [{p: "تلئ", f: "tluleyy"}]], + [[{p: "تلم", f: "tlum"}], [{p: "تلو", f: "tloo"}]], + [[{p: "تلم", f: "tlum"}], [{p: "تلو", f: "tloo"}]], + [[{p: "تلې", f: "tle"}], [{p: "تلئ", f: "tleyy"}]], + [[{p: "تلې", f: "tle"}], [{p: "تلئ", f: "tleyy"}]], [[{p: "تله", f: "tlu"}, {p: "تلو", f: "tlo"}, { p: "ته", f: "tu" }], [{p: "تلل", f: "tlul"}]], [[{p: "تله", f: "tla"}], [{p: "تلې", f: "tle"}]], ], @@ -1958,6 +1958,11 @@ export const warkawul: T.VerbConjugation = { short: { p: "ورکړ", f: "wărkR" }, mini: { p: "ورک", f: "wărk" }, }, + perfectiveSplit: { + long: [{ p: "ور ", f: "wăr "}, { p: "کړل", f: "kRul" }], + short: [{ p: "ور ", f: "wăr "}, { p: "کړ", f: "kR" }], + mini: [{ p: "ور ", f: "wăr "}, { p: "ړ", f: "k" }], + }, }, stem: { imperfective: { p: "ورکو", f: "wărkaw" }, @@ -1965,6 +1970,10 @@ export const warkawul: T.VerbConjugation = { long: { p: "ورکړ", f: "wărkR" }, short: { p: "ورک", f: "wărk" }, }, + perfectiveSplit: { + long: [{ p: "ور ", f: "wăr "}, { p: "کړ", f: "kR" }], + short: [{ p: "ور ", f: "wăr "}, { p: "ړ", f: "k" }], + }, }, participle: { present: { p: "ورکوونکی", f: "wărkawóonkey" },