diff --git a/package.json b/package.json index 2e9f4eb..1829c60 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@formkit/auto-animate": "^1.0.0-beta.1", "@fortawesome/fontawesome-free": "^5.15.4", "@lingdocs/lingdocs-main": "^0.3.1", - "@lingdocs/pashto-inflector": "^3.4.0", + "@lingdocs/pashto-inflector": "^3.4.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/src/content/compound-verbs/helper-verbs.mdx b/src/content/compound-verbs/helper-verbs.mdx index 35f0234..05973d3 100644 --- a/src/content/compound-verbs/helper-verbs.mdx +++ b/src/content/compound-verbs/helper-verbs.mdx @@ -125,7 +125,7 @@ So with this verb we add a complement - something that the subject is *becoming* {"blocks":[{"key":0.8034429811171007,"block":{"type":"subjectSelection","selection":{"type":"NP","selection":{"type":"pronoun","person":0,"distance":"far"}}}},{"key":0.19673719282869384,"block":{"type":"objectSelection","selection":"none"}}],"verb":{"type":"verb","verb":{"entry":{"ts":1581086654898,"i":10697,"p":"کېدل","f":"kedul","g":"kedul","e":"to become _____","c":"v. intrans. irreg.","ssp":"ش","ssf":"sh","prp":"شول","prf":"shwul","pprtp":"شوی","pprtf":"shúwey","noOo":true,"ec":"become","ep":"_____"}},"verbTense":"presentVerb","perfectTense":"presentPerfect","imperativeTense":"imperfectiveImperative","tenseCategory":"basic","transitivity":"intransitive","isCompound":false,"voice":"active","negative":false,"canChangeTransitivity":false,"canChangeVoice":false,"canChangeStatDyn":false},"externalComplement":{"type":"complement","selection":{"type":"adjective","entry":{"ts":1527815306,"i":7598,"p":"ستړی","f":"stúRey","g":"stuRey","e":"tired","c":"adj."}}},"form":{"removeKing":false,"shrinkServant":false}} } -Notice how the **complement inflects according to the subject**. +Notice how the **if the complement is an adjective in will inflect according to the subject**. { {"blocks":[{"key":0.8034429811171007,"block":{"type":"subjectSelection","selection":{"type":"NP","selection":{"type":"pronoun","person":1,"distance":"far"}}}},{"key":0.19673719282869384,"block":{"type":"objectSelection","selection":"none"}}],"verb":{"type":"verb","verb":{"entry":{"ts":1581086654898,"i":10697,"p":"کېدل","f":"kedul","g":"kedul","e":"to become _____","c":"v. intrans. irreg.","ssp":"ش","ssf":"sh","prp":"شول","prf":"shwul","pprtp":"شوی","pprtf":"shúwey","noOo":true,"ec":"become","ep":"_____"}},"verbTense":"presentVerb","perfectTense":"presentPerfect","imperativeTense":"imperfectiveImperative","tenseCategory":"basic","transitivity":"intransitive","isCompound":false,"voice":"active","negative":false,"canChangeTransitivity":false,"canChangeVoice":false,"canChangeStatDyn":false},"externalComplement":{"type":"complement","selection":{"type":"adjective","entry":{"ts":1527815306,"i":7598,"p":"ستړی","f":"stúRey","g":"stuRey","e":"tired","c":"adj."}}},"form":{"removeKing":false,"shrinkServant":false}} @@ -301,7 +301,7 @@ Like its brother -Notice how the **complement is inflected** to change **according to what the object is**. +Notice how **if the complement is an adjective it will inflect according the object**. { {"blocks":[{"key":0.049217458592629715,"block":{"type":"subjectSelection","selection":{"type":"NP","selection":{"type":"pronoun","person":3,"distance":"far"}}}},{"key":0.7895952701078488,"block":{"type":"objectSelection","selection":{"type":"NP","selection":{"type":"pronoun","person":1,"distance":"far"}}}}],"verb":{"type":"verb","verb":{"entry":{"ts":1579015359582,"i":10631,"p":"کول","f":"kawul","g":"kawul","e":"to make ____ ____ (as in \"He's making me angry.\")","c":"v. trans. irreg.","ssp":"کړ","ssf":"kR","prp":"کړل","prf":"kRul","pprtp":"کړی","pprtf":"kúRey","noOo":true,"ec":"make,makes,making,made,made","ep":"_____"}},"verbTense":"perfectivePast","perfectTense":"presentPerfect","imperativeTense":"imperfectiveImperative","tenseCategory":"basic","transitivity":"transitive","isCompound":false,"voice":"active","negative":false,"canChangeTransitivity":false,"canChangeVoice":true,"canChangeStatDyn":false},"externalComplement":{"type":"complement","selection":{"type":"adjective","entry":{"ts":1527815306,"i":7598,"p":"ستړی","f":"stúRey","g":"stuRey","e":"tired","c":"adj."}}},"form":{"removeKing":false,"shrinkServant":false}} diff --git a/src/content/phrase-structure/vp.mdx b/src/content/phrase-structure/vp.mdx index ba9dd10..ee5a604 100644 --- a/src/content/phrase-structure/vp.mdx +++ b/src/content/phrase-structure/vp.mdx @@ -52,7 +52,7 @@ Pashto learners often get very confused while because there are **three differen Depending on what kind of verb you're using, the sentence structure will **completely change**. If you're used to speaking a language (like most) where the sentence structure never changes this will seem a little insane at first! But don't worry, once you understand what these three structures are it will all make sense and your brain will get used to them with a lot of practice. -### 1. With Intransitive Verbs 🛴 +### 1. With intransitive verbs 🛴 Intransitive verbs are **verbs that don't have an object**. For example, the verbs: diff --git a/src/content/verbs/verb-endings.mdx b/src/content/verbs/verb-endings.mdx index 9b0f211..86fa2e8 100644 --- a/src/content/verbs/verb-endings.mdx +++ b/src/content/verbs/verb-endings.mdx @@ -16,10 +16,12 @@ https://creativecommons.org/licenses/by-sa/4.0/legalcode import { addToForm, - defaultTextOptions, + defaultTextOptions as opts, grammarUnits, VerbFormDisplay, + InlinePs, } from "@lingdocs/pashto-inflector"; +import Link from "../../components/Link"; export function addTail(form) { return addToForm([{ p: "ـ", f: "-" }], form, true); @@ -27,28 +29,37 @@ export function addTail(form) { ## Present Verb Endings -These endings are added on to the ends of present, subjunctive, and future verbs. +These endings are added on to the ends of verb stems to make present, subjunctive, and future verbs. ## Imperative Verb Endings -These endings are added on to the ends of imperative verbs. +These endings are added on to the ends verb stems to make imperative verbs. ## Past Verb Endings -These endings are added on to the ends of simple and continuous past verbs. +These endings are added on to the ends verb roots to make past-tense verbs. +### Notes about past verb endings + +- the ending is only used with the short forms of the roots. (without the ) +- The **short form of the 3rd pers. masc. sing.** verbs in the past is a bit interesting. The ending is often left off (if it ends in a consanant like or is irregular like from or from +- The **3rd pers. masc. plur.** form of verbs is the same regardless of whether the short or long roots are used. +- In the **Kandahari dialect** some different endings are used; + - 3rd pers. masc. sing.: + - 3rd pers. masc. plur.: + diff --git a/yarn.lock b/yarn.lock index 8d51908..19fe99b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1695,10 +1695,10 @@ rambda "^6.7.0" react-select "^5.2.2" -"@lingdocs/pashto-inflector@^3.4.0": - version "3.4.0" - resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.4.0.tgz#a29892e22cca7aa7a7fa1a078bfc0d4ce5c1e222" - integrity sha512-WBq0uatnfAJREl/GZFNd5OMxLvQ/B2tQABv4dM6sLp9jmZXOAh3rrQSBmEf0RTjdTsyL4XSDEJ7Rw7vDDxQhiw== +"@lingdocs/pashto-inflector@^3.4.2": + version "3.4.2" + resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.4.2.tgz#7d892f6b92efe34cbfd0137c68a2f4b5414cc13b" + integrity sha512-11hfAA7ezEY5SrMWzZeoFuAeeZ+ficHlJnv4bVEwC2dLjlck1IVpqvshcuMPUg1f79t5Syjt5rwIeYHlfX6yRA== dependencies: "@formkit/auto-animate" "^1.0.0-beta.1" classnames "^2.2.6"