diff --git a/src/components/VideoPlayer.tsx b/src/components/VideoPlayer.tsx index 8749289..f052258 100644 --- a/src/components/VideoPlayer.tsx +++ b/src/components/VideoPlayer.tsx @@ -1,7 +1,7 @@ import { useState } from "react"; import ReactPlayer from "react-player"; -function VideoPlayer(props: { url: string }) { +function VideoPlayer(props: { url: string } | { src: string }) { const [errored, setErrored] = useState(false); if (errored) { return
@@ -9,9 +9,10 @@ function VideoPlayer(props: { url: string }) {
; } + const url = "url" in props ? props.url : props.src; return
helper verbs. -
- -
+ We use the two stative helper verbs to make the intransitive and transitive forms of these compounds: - Intransitive: + @@ -37,17 +38,13 @@ We use the two stative helper verbs to make the intransitive and transitive form Instransitive stative compounds are used to talk about a **subject** changing into a different state. -
- -
+ For example, the compound is a combination of:

+

-
- -
+ We use this verb to describe a **subject** changing into a new state described by the . So here we have "him" changing into / becoming "tired." @@ -73,9 +70,7 @@ For example, the compound +

-
- -
+ We use this verb to describe a **subject** that does something to change an **object** into a new state described by the . So here we have "I" (subject) making "him" (object) "tired." (complement) @@ -89,8 +84,6 @@ We use this verb to describe a **subject** that does something to change an **ob Go ahead and edit the examples above. Notice how the inflection of the complement changes depending on what the *object* is. -## Special Behaviors - So far we've seen the parts that make up the stative compounds: **Intransitive Stative Compounds** have: @@ -106,7 +99,11 @@ So far we've seen the parts that make up the stative compounds: - a that describes the change - the helper verb -And there's something very special that happens with both of these verbs... 🥁 +And now we'll learn about something very special that happens to certain forms of these verbs: welding and squishing. + +## Welding and Squishing + + ### Welding 👨🏻‍🏭 @@ -238,3 +235,25 @@ Again with the imperfective roots/stems you won't be able to inflect the complem {"blocks":[{"key":0.9326674075253254,"block":{"type":"subjectSelection","selection":{"type":"NP","selection":{"type":"noun","entry":{"ts":1527820648,"i":794,"p":"الو","f":"aloo","g":"aloo","e":"potato","c":"n. m.","ppp":"الوګان","ppf":"aloogáan"},"gender":"masc","genderCanChange":false,"number":"plural","numberCanChange":true,"adjectives":[]}}}},{"key":0.8555588472544122,"block":{"type":"objectSelection","selection":"none"}}],"verb":{"type":"verb","verb":{"entry":{"ts":1581906176268,"i":2297,"p":"پخېدل","f":"pakhedul","g":"pakhedul","e":"to be cooked, prepared, ripened, matured","c":"v. stat. comp. intrans.","l":1574867531681,"ec":"cook"},"complement":{"ts":1574867531681,"i":2739,"p":"پوخ","f":"pokh","g":"pokh","e":"cooked, mature, ripe, ready, able, skillful, experienced, tried, tested, true","c":"adj. irreg.","infap":"پاخه","infaf":"paakhu","infbp":"پخ","infbf":"pakh"}},"verbTense":"perfectivePast","perfectTense":"presentPerfect","imperativeTense":"imperfectiveImperative","tenseCategory":"basic","transitivity":"intransitive","isCompound":"stative","voice":"active","negative":false,"canChangeTransitivity":false,"canChangeVoice":false,"canChangeStatDyn":false},"form":{"removeKing":false,"shrinkServant":false}} } +To review: + +
    +
  • + welding +
  • +
      +
    • means joining the complement and verb into one
    • +
    • happens to everthing except the perfective root/stem.
    • +
    +
  • + squishing +
  • +
      +
    • means mashing the complement and verb together into one word
    • +
    • happens only when the complement is an adjective or noun
    • +
    • happens to only the imperefective root/stem.
    • +
    +
+ + + diff --git a/src/content/compound-verbs/welding-and-squishing.jpg b/src/content/compound-verbs/welding-and-squishing.jpg new file mode 100644 index 0000000..75c5da7 Binary files /dev/null and b/src/content/compound-verbs/welding-and-squishing.jpg differ diff --git a/src/content/index.ts b/src/content/index.ts index 03aa023..4994419 100644 --- a/src/content/index.ts +++ b/src/content/index.ts @@ -69,6 +69,8 @@ import * as pastVerbs from "!babel-loader!@lingdocs/mdx-loader!./verbs/past-verb import * as perfectVerbsIntro from "!babel-loader!@lingdocs/mdx-loader!./verbs/perfect-verbs-intro.mdx"; // @ts-ignore import * as allPerfectVerbs from "!babel-loader!@lingdocs/mdx-loader!./verbs/all-perfect-verbs.mdx"; +// @ts-ignore +import * as passiveVerbs from "!babel-loader!@lingdocs/mdx-loader!./verbs/passive-verbs.mdx"; // @ts-ignore import * as compoundVerbsIntro from "!babel-loader!@lingdocs/mdx-loader!./compound-verbs/intro.mdx"; @@ -270,6 +272,10 @@ const contentTree: (ChapterSection | ChaptersSection)[] = [ import: verbEndings, slug: "verb-endings", }, + { + import: passiveVerbs, + slug: "passive-verbs", + }, ], }, { diff --git a/src/content/verbs/passive-verbs.mdx b/src/content/verbs/passive-verbs.mdx new file mode 100644 index 0000000..56f2f01 --- /dev/null +++ b/src/content/verbs/passive-verbs.mdx @@ -0,0 +1,97 @@ +--- +title: Passive Verbs +--- + +import { + defaultTextOptions as opts, + Examples, + InlinePs, +} from "@lingdocs/pashto-inflector"; +import { KidsSection, VP, KingIcon, ServantIcon } from "../../components/terms-links"; +import psmd from "../../lib/psmd"; +import Link from "../../components/Link"; +import Formula from "../../components/formula/Formula"; +import VideoPlayer from "../../components/VideoPlayer"; + + + +Transitive verbs in Pashto can be used in the [passive voice](https://en.wikipedia.org/wiki/Passive_voice). In the passive voice the object moves over to the role of the subject and the verb talks about the action being done to it. + + + + + + + + + + + + + + + + + + + + + + +
Active VoicePassive Voice
+ {[ + { + p: "زه کتاب لیکم", + f: "zu kitáab leekúm", + e: "I (subject) am writing a book (object)", + }, + ]} + + {[ + { + p: "کتاب لیکل کېږي", + f: "kitáab leekul kéGee", + e: "A book (subject) is being written", + }, + ]} +
+ {[ + { + p: "هغوي پښټو وايي", + f: "haghwée puxto waayee", + e: "They (subject) are speaking Pashto (object)", + }, + ]} + + {[ + { + p: "پښتو وایل کېږي", + f: "puxto waayul kéGee", + e: "Pashto (subject) is spoken", + }, + ]} +
+ {[ + { + p: "ما ډوډۍ وخوړله", + f: "maa DoDúy óokhoRula", + e: "I (subject) ate food (object)", + } + ]} + + {[ + { + p: "ډوډۍ وخوړل شوه", + f: "DoDúy óokhoRul shwa", + e: "Food (subject) was eaten", + }, + ]} +
+ +## How to make passive forms + +IN PROGRESS + +## Examples + +## Note on past tense \ No newline at end of file